From 5a8de6e08bf6f2c8dbc0f17662281314ae2cfc9b Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Tue, 26 Jun 2018 15:11:54 -0400 Subject: Bug 1452096 - Some custom dropdown UI widgets stay fixed and don't move with scroll --- skins/standard/global.css | 1 + 1 file changed, 1 insertion(+) (limited to 'skins') diff --git a/skins/standard/global.css b/skins/standard/global.css index 0b40fcb2a..48d79366a 100644 --- a/skins/standard/global.css +++ b/skins/standard/global.css @@ -1308,6 +1308,7 @@ hr { } #main-inner { + position: relative; margin: 15px 0; } -- cgit v1.2.3-24-g4f1b