fixed visual error

This commit is contained in:
marcos 2021-03-22 15:21:09 +01:00
parent 390d9df706
commit b6c02bd95c
1 changed files with 1 additions and 1 deletions

View File

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