mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2024-11-21 16:13:57 +00:00
Fix subtabs not scrolling
This commit is contained in:
parent
6ab03b64b1
commit
6357d66ba2
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