mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01: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
@ -9,12 +9,11 @@
|
||||
position: sticky;
|
||||
top: 4rem;
|
||||
max-height: calc(100vh - 4rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
order: 2;
|
||||
padding-top: 1.5rem;
|
||||
padding-bottom: 1.5rem;
|
||||
overflow-x: visible;
|
||||
overflow-y: auto;
|
||||
font-size: .875rem;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user