mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-05-23 18:55:48 +00:00
move the overflow-y to the sticky @supports block
also remove the overflow-x. when you specify either overflow-y or overflow-x, the other is essentially nullified and thus ineffective anyway
This commit is contained in:
parent
bc70d19156
commit
f093b90a7d
1 changed files with 1 additions and 2 deletions
|
|
@ -9,12 +9,11 @@
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 4rem;
|
top: 4rem;
|
||||||
max-height: calc(100vh - 4rem);
|
max-height: calc(100vh - 4rem);
|
||||||
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
order: 2;
|
order: 2;
|
||||||
padding-top: 1.5rem;
|
padding-top: 1.5rem;
|
||||||
padding-bottom: 1.5rem;
|
padding-bottom: 1.5rem;
|
||||||
overflow-x: visible;
|
|
||||||
overflow-y: auto;
|
|
||||||
font-size: .875rem;
|
font-size: .875rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue