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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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