1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 17:32:41 +02: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

View File

@@ -206,7 +206,10 @@
.offcanvas {
position: static;
display: block;
height: 200px;
visibility: visible;
transform: translate(0);
}
}