From d549083ccecdc449caec36123a9a8085c5dbff88 Mon Sep 17 00:00:00 2001 From: Connor Turland Date: Sat, 22 Oct 2016 03:10:33 -0400 Subject: [PATCH] prefer variable height lightbox over scrolling visually --- app/assets/stylesheets/application.scss.erb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/assets/stylesheets/application.scss.erb b/app/assets/stylesheets/application.scss.erb index 5961c633..a63b9e3c 100644 --- a/app/assets/stylesheets/application.scss.erb +++ b/app/assets/stylesheets/application.scss.erb @@ -2105,7 +2105,6 @@ and it won't be important on password protected instances */ } #lightbox_content { width: 800px; - height: 500px; max-height: 90vh; box-sizing: border-box; overflow-y: auto;