mirror of
https://github.com/StarCitizenTools/mediawiki-extensions-TabberNeue.git
synced 2024-11-24 00:13:28 +00:00
fix: tab panel going out of bound
This commit is contained in:
parent
b1fa077f46
commit
8ab7b8330d
|
@ -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 */
|
||||
|
|
Loading…
Reference in a new issue