mirror of
https://github.com/1j01/textual-paint.git
synced 2024-12-23 06:41:32 +03:00
Fix cut off bottom of scrolling panes in inspector
This commit is contained in:
parent
559da0ca12
commit
6a0187a709
@ -424,7 +424,6 @@ class Inspector(Container):
|
|||||||
width: 40;
|
width: 40;
|
||||||
border-left: wide $panel-darken-2;
|
border-left: wide $panel-darken-2;
|
||||||
background: $panel;
|
background: $panel;
|
||||||
overflow-y: auto;
|
|
||||||
}
|
}
|
||||||
Inspector Button.inspect_button {
|
Inspector Button.inspect_button {
|
||||||
margin: 1;
|
margin: 1;
|
||||||
@ -436,10 +435,13 @@ class Inspector(Container):
|
|||||||
}
|
}
|
||||||
Inspector NodeInfo,
|
Inspector NodeInfo,
|
||||||
Inspector TabbedContent,
|
Inspector TabbedContent,
|
||||||
|
Inspector ContentSwitcher,
|
||||||
Inspector TabPane,
|
Inspector TabPane,
|
||||||
Inspector TabPane > VerticalScroll {
|
Inspector TabPane > VerticalScroll {
|
||||||
height: 1fr;
|
width: 1fr !important;
|
||||||
padding: 0;
|
height: 1fr !important;
|
||||||
|
padding: 0 !important;
|
||||||
|
margin: 0 !important;
|
||||||
}
|
}
|
||||||
Inspector Static {
|
Inspector Static {
|
||||||
margin-bottom: 1;
|
margin-bottom: 1;
|
||||||
|
Loading…
Reference in New Issue
Block a user