Fleet UI: Fix jumpy action dropdown (#6891)

This commit is contained in:
RachelElysia
2022-07-27 08:19:05 -04:00
committed by GitHub
parent 5fc4ef7957
commit 96925f9cf1
2 changed files with 7 additions and 6 deletions
+1
View File
@@ -0,0 +1 @@
* Fix "jumpy" action dropdown
@@ -66,13 +66,13 @@
&.is-open {
.Select-control .Select-placeholder {
color: $core-vibrant-blue;
top: 0;
}
.Select-arrow {
margin-top: 4px;
margin-bottom: -2px;
}
.Select-placeholder {
margin-top: 1px;
.Select-control {
.Select-arrow {
top: 0;
}
}
}
}