fix(dropdown): prevent antialised blur bug on Chrome/Windows

This commit is contained in:
Lorenzo D'Ianni
2021-09-27 10:21:05 +02:00
committed by GitHub
parent 607ffef781
commit 29903b3d3f

View File

@@ -57,6 +57,7 @@
left: 50%;
transform: translate(-50%, 0);
list-style: none;
font-size: 13px;
background-color: $dropdown-options-background-color;
border-radius: $dropdown-border-radius;
box-shadow: $shadow-soft;