fix: tab panel going out of bound

This commit is contained in:
alistair3149 2022-06-16 00:36:05 -04:00 committed by GitHub
parent b1fa077f46
commit 8ab7b8330d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -131,6 +131,9 @@
&__panel {
height: max-content;
block-size: 100%;
overflow-y: auto;
scroll-snap-align: start;
// Hide edit buttons for non-transclusion tabs since they don't work
/* stylelint-disable-next-line selector-class-pattern */