2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-15 11:59:39 +03:00

Remove calc function from docs

This commit is contained in:
Martijn Cuppens
2019-10-30 09:03:53 +01:00
committed by XhmikosR
parent ca9731692e
commit 08ba61e276
+1 -1
View File
@@ -5,7 +5,7 @@
@supports (position: sticky) {
position: sticky;
top: 5rem;
height: calc(100vh - 7rem);
height: subtract(100vh, 7rem);
overflow-y: auto;
}
}