diff options
Diffstat (limited to 'view/theme')
-rw-r--r-- | view/theme/redbasic/css/style.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d6cee8825..b855a045a 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -3774,6 +3774,13 @@ ul.menu-popup { /* top: 90px; */ /* left: 400px; */ } + +.notify-menus { + width: 320px !important; + max-height: 400px; + overflow-y: scroll;overflow-style:scrollbar; +} + #nav-notifications-menu { width: 320px; max-height: 400px; |