mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue