mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-23 21:53:25 +02:00
Remove calc function from docs
This commit is contained in:
committed by
XhmikosR
parent
ca9731692e
commit
08ba61e276
@@ -5,7 +5,7 @@
|
|||||||
@supports (position: sticky) {
|
@supports (position: sticky) {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 5rem;
|
top: 5rem;
|
||||||
height: calc(100vh - 7rem);
|
height: subtract(100vh, 7rem);
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user