mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Remove duplicated setting of height for Select (#2576)
This commit is contained in:
@@ -185,10 +185,6 @@ class Select(Generic[SelectType], Vertical, can_focus=True):
|
|||||||
border: tall $accent;
|
border: tall $accent;
|
||||||
}
|
}
|
||||||
|
|
||||||
Select {
|
|
||||||
height: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
Select > SelectOverlay {
|
Select > SelectOverlay {
|
||||||
width: 1fr;
|
width: 1fr;
|
||||||
display: none;
|
display: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user