mirror of
https://github.com/conventional-commits/conventionalcommits.org.git
synced 2026-03-11 17:41:07 -05:00
fix(dropdown): prevent antialised blur bug on Chrome/Windows
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user