diff options
author | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:51:35 +0200 |
---|---|---|
committer | Mario Vavti <mario@mariovavti.com> | 2017-10-10 16:51:35 +0200 |
commit | e6f1fb3d954fc1354581a93509f8f64662aef2b5 (patch) | |
tree | 986e9c45ec1e803a9bbd34d528febe3386f017f1 /view/tpl/notifications_widget.tpl | |
parent | 030d703a05084fa4efec7afece7948846dd6f6a9 (diff) | |
download | volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.tar.gz volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.tar.bz2 volse-hubzilla-e6f1fb3d954fc1354581a93509f8f64662aef2b5.zip |
remove notifications code from nav and go live with new notifications
Diffstat (limited to 'view/tpl/notifications_widget.tpl')
-rw-r--r-- | view/tpl/notifications_widget.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/tpl/notifications_widget.tpl b/view/tpl/notifications_widget.tpl index ff7f0860a..b87f48254 100644 --- a/view/tpl/notifications_widget.tpl +++ b/view/tpl/notifications_widget.tpl @@ -17,7 +17,7 @@ width: 100%; max-width: 100%; height: 100%; - z-index: 1020; + z-index: 1025; overflow: auto; } |