Properly close the hover menu on mobile

This commit is contained in:
oobabooga 2023-09-13 11:10:46 -07:00
parent 9fc46d3c19
commit 7cd437e05c
3 changed files with 58 additions and 14 deletions

View file

@ -475,15 +475,11 @@ div.svelte-362y77>*, div.svelte-362y77>.form>* {
bottom: 80%;
left: 0;
background-color: var(--background-fill-secondary);
z-index: 100;
z-index: 10000;
min-width: 300px;
flex-direction: column;
}
.hover-element:hover .hover-menu {
display: flex;
}
.hover-menu button {
width: 100%;
background: transparent !important;