Fix: Dropdown width issue in safari browser. (#2080)

This commit is contained in:
Sivin Varghese
2021-04-10 20:03:45 +05:30
committed by GitHub
parent 03bd34be86
commit 7eb766a457

View File

@@ -1,6 +1,7 @@
.dropdown-pane {
@include elegant-card;
@include border-light;
box-sizing: content-box;
width: fit-content;
z-index: 999;