2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-14 18:42:30 +03:00

Make offcanvas example fully static (#33446)

This commit is contained in:
Mark Otto
2021-03-23 10:06:11 -07:00
committed by GitHub
parent 220139a89f
commit 232e392c91
2 changed files with 4 additions and 1 deletions
@@ -206,7 +206,10 @@
.offcanvas {
position: static;
display: block;
height: 200px;
visibility: visible;
transform: translate(0);
}
}