1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +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 01b5776cf5
commit 25a90faf52

View file

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