Fix jumping in nav items when hovering

This commit is contained in:
Andrew Kingston 2021-04-20 10:43:20 +01:00
parent 01b5776cf5
commit 25a90faf52
1 changed files with 0 additions and 1 deletions

View File

@ -62,7 +62,6 @@
background-color: var(--grey-3); background-color: var(--grey-3);
} }
.nav-item:hover .actions { .nav-item:hover .actions {
display: flex;
visibility: visible; visibility: visible;
} }