Style fix

This commit is contained in:
fbsanchez 2021-03-24 12:33:36 +01:00
parent 9c693e309c
commit 6cd393edef
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@
width: 100%; width: 100%;
} }
li:hover ul:not(.invisible) { .menu_full li:hover ul {
display: block; display: block;
} }