fix: enforce automatic width and tweaked margins so borders don't show

main
Julian Lam 4 years ago
parent bac4a33991
commit d99bfd7bd2

@ -9,7 +9,7 @@
right: 0 !important;
bottom: 0;
margin: 0;
margin: 0 -1px -1px -1px;
padding: 0 5px;
max-height: 60%;
@ -21,6 +21,9 @@
z-index: 995;
padding: 5px 0 10px;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
li {
a {
padding: 10px 20px;
@ -46,6 +49,7 @@
visibility: visible;
transition-delay: 0s;
top: auto;
width: auto;
}
}

Loading…
Cancel
Save