mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Remove calc function from docs
This commit is contained in:
parent
ca9731692e
commit
08ba61e276
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
@supports (position: sticky) {
|
||||
position: sticky;
|
||||
top: 5rem;
|
||||
height: calc(100vh - 7rem);
|
||||
height: subtract(100vh, 7rem);
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue