fixed visual error

This commit is contained in:
marcos 2021-03-24 13:10:29 +01:00
parent b6c02bd95c
commit eaed8aa09a
1 changed files with 1 additions and 1 deletions

View File

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