diff options
author | git-marijus <mario@mariovavti.com> | 2013-07-17 22:19:41 +0200 |
---|---|---|
committer | git-marijus <mario@mariovavti.com> | 2013-07-17 22:19:41 +0200 |
commit | 1fd4d0a605aa0159fa977372ea1740de2ce87c09 (patch) | |
tree | 67c0b4495154318b528288ddec117b5f67e0385a /view/theme/redbasic | |
parent | 2323e946ee7e239ce138e0ca0a9b54624b901c66 (diff) | |
download | volse-hubzilla-1fd4d0a605aa0159fa977372ea1740de2ce87c09.tar.gz volse-hubzilla-1fd4d0a605aa0159fa977372ea1740de2ce87c09.tar.bz2 volse-hubzilla-1fd4d0a605aa0159fa977372ea1740de2ce87c09.zip |
Update style.css
wall-item-arrowphoto-wrapper z-index should not be higher than nav z-index otherwise arrow scroll above the nav area...
Diffstat (limited to 'view/theme/redbasic')
-rw-r--r-- | view/theme/redbasic/css/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/theme/redbasic/css/style.css b/view/theme/redbasic/css/style.css index d0d83b8ea..44ca22e0b 100644 --- a/view/theme/redbasic/css/style.css +++ b/view/theme/redbasic/css/style.css @@ -1029,7 +1029,7 @@ footer { position: absolute; left: 75px; top: 70px; - z-index: 100; + z-index: 99; } .wall-item-wrapper { /*float: left; |