remove height limit for now

This commit is contained in:
jpt 2025-05-10 19:20:08 -05:00
parent 2624bfc3ee
commit b974b2f386

View File

@ -49,8 +49,8 @@ class ChoiceModal(ModalScreen):
} }
ChoiceModal Vertical { ChoiceModal Vertical {
border: double teal; border: double teal;
height: 10;
width: 38; width: 38;
height: 100%;
} }
ChoiceModal Label.hints { ChoiceModal Label.hints {
border: solid grey; border: solid grey;