fixed visual error

This commit is contained in:
marcos 2021-03-24 13:10:29 +01:00
parent b6c02bd95c
commit eaed8aa09a

View File

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