1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-29 08:10:47 +02:00

Add offcanvas-top modifier (#33549)

This commit is contained in:
Mark Otto
2021-04-04 11:11:33 -07:00
committed by GitHub
parent 91a24e2b09
commit 056ad3ad95
2 changed files with 26 additions and 1 deletions

View File

@@ -53,6 +53,16 @@
transform: translateX(100%);
}
.offcanvas-top {
top: 0;
right: 0;
left: 0;
height: $offcanvas-vertical-height;
max-height: 100%;
border-bottom: $offcanvas-border-width solid $offcanvas-border-color;
transform: translateY(-100%);
}
.offcanvas-bottom {
right: 0;
left: 0;