projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f914b55
)
Prevents small display bug
author
Luzifr
<szekely@woltlab.com>
Wed, 11 Jan 2012 13:00:55 +0000
(14:00 +0100)
committer
Luzifr
<szekely@woltlab.com>
Wed, 11 Jan 2012 13:00:55 +0000
(14:00 +0100)
wcfsetup/install/files/acp/style/wcf.css
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/acp/style/wcf.css
b/wcfsetup/install/files/acp/style/wcf.css
index e1e8ea769b446928c5c54bc04111fbd8290a295a..d39e033cdc6a47fea501a36e67840de7b99e48ae 100644
(file)
--- a/
wcfsetup/install/files/acp/style/wcf.css
+++ b/
wcfsetup/install/files/acp/style/wcf.css
@@
-707,6
+707,12
@@
nav.topMenu {
margin: 0 23px;
display: block;
position: relative;
+ z-index: 150;
+}
+
+.footerNavigation {
+ position: relative;
+ z-index: 150;
}
@media screen and (min-width: 480px), screen and (min-device-width: 480px) {