mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
follow up to 4bab8b890e to avoid the max-height if there's no sticky
This commit is contained in:
@@ -76,8 +76,10 @@
|
|||||||
margin-left: -15px;
|
margin-left: -15px;
|
||||||
|
|
||||||
@include media-breakpoint-up(md) {
|
@include media-breakpoint-up(md) {
|
||||||
max-height: calc(100vh - 9rem);
|
@supports (position: sticky) {
|
||||||
overflow-y: auto;
|
max-height: calc(100vh - 9rem);
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// Override collapse behaviors
|
// Override collapse behaviors
|
||||||
|
|||||||
Reference in New Issue
Block a user