follow up to 4bab8b890e to avoid the max-height if there's no sticky
This commit is contained in:
parent
bcc1f84d56
commit
b1d07a8e7c
1 changed files with 4 additions and 2 deletions
|
|
@ -76,8 +76,10 @@
|
|||
margin-left: -15px;
|
||||
|
||||
@include media-breakpoint-up(md) {
|
||||
max-height: calc(100vh - 9rem);
|
||||
overflow-y: auto;
|
||||
@supports (position: sticky) {
|
||||
max-height: calc(100vh - 9rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
// Override collapse behaviors
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue