mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-01 20:19:13 +02:00
[ticket/11957] Add z-index to menu
Add z-index to menu to prevent content block from overlapping menu PHPBB3-11957
This commit is contained in:
parent
2a1db92955
commit
b79cfa9f4a
@ -435,6 +435,8 @@ li {
|
|||||||
font-size: 1.00em;
|
font-size: 1.00em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
border-right: 1px solid #CCCFD3;
|
border-right: 1px solid #CCCFD3;
|
||||||
|
position: relative;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.rtl #menu {
|
.rtl #menu {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user