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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,6 +46,7 @@
padding: $panel-padding;
width: 100%;
flex-grow: 1;
contain: strict;
height: calc(100% - #{$panel-header-height});
&--no-padding {