Panels: Prevent panel content from escaping its bounds (#52167)
This commit is contained in:
@@ -46,6 +46,7 @@
|
||||
padding: $panel-padding;
|
||||
width: 100%;
|
||||
flex-grow: 1;
|
||||
contain: strict;
|
||||
height: calc(100% - #{$panel-header-height});
|
||||
|
||||
&--no-padding {
|
||||
|
||||
Reference in New Issue
Block a user