From 28f7fc4a1284d6247ba748f2639bf9d4ee77ff4b Mon Sep 17 00:00:00 2001 From: Florian Kraft Date: Fri, 27 Feb 2015 15:58:05 +0100 Subject: [PATCH] fix login scrollbar issue meets https://community.openproject.org/work_packages/18921 Signed-off-by: Florian Kraft --- app/assets/stylesheets/content/_forms.sass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/content/_forms.sass b/app/assets/stylesheets/content/_forms.sass index 0f2a9f0dfdf3..c1b35211ce1e 100644 --- a/app/assets/stylesheets/content/_forms.sass +++ b/app/assets/stylesheets/content/_forms.sass @@ -157,9 +157,9 @@ fieldset content: '' position: absolute margin: 5px 2px - /* Length of check tail + // Length of check tail width: 11px - /* Lenght of check foot + // Length of check foot height: 3px background: transparent border: 3px solid #666666 @@ -292,6 +292,7 @@ fieldset.form--fieldset .form--field-extra-actions @extend %form--field-after-container + overflow-y: visible %form--field-element-container display: block