Panels: Prevent panel content from escaping its bounds (#52167)

This commit is contained in:
kay delaney
2022-07-14 11:17:40 +01:00
committed by GitHub
parent b54da68765
commit 3131d12738
+1
View File
@@ -46,6 +46,7 @@
padding: $panel-padding;
width: 100%;
flex-grow: 1;
contain: strict;
height: calc(100% - #{$panel-header-height});
&--no-padding {