mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-24 01:11:49 +00:00
Fix subtabs not scrolling
This commit is contained in:
parent
91e3c2703d
commit
1a4cda25d9
1 changed files with 2 additions and 0 deletions
|
@ -135,10 +135,12 @@ export default defineComponent({
|
|||
position: relative;
|
||||
border: solid 4px;
|
||||
border-color: var(--outline);
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.layer-tab > .tab-family-container:first-child {
|
||||
margin: -4px -11px var(--feature-margin) -11px;
|
||||
padding-bottom: 50px;
|
||||
}
|
||||
|
||||
.layer-tab > .tab-family-container:first-child:nth-last-child(3) {
|
||||
|
|
Loading…
Reference in a new issue