1
0
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:
Vjacheslav Trushkin 2013-10-26 16:43:43 +03:00
parent 2a1db92955
commit b79cfa9f4a

View File

@ -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 {