Remove duplicated setting of height for Select (#2576)

This commit is contained in:
Dave Pearson
2023-05-16 12:01:45 +01:00
committed by GitHub
parent 41d11996e8
commit dde3ad397f

View File

@@ -185,10 +185,6 @@ class Select(Generic[SelectType], Vertical, can_focus=True):
border: tall $accent;
}
Select {
height: auto;
}
Select > SelectOverlay {
width: 1fr;
display: none;