1
0
Fork 0
mirror of synced 2024-07-03 05:20:32 +12:00

Fix jumping in nav items when hovering

This commit is contained in:
Andrew Kingston 2021-04-20 10:43:20 +01:00
parent 2d08bc7140
commit a49d54fb1a

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;
} }