]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
fix rendering issue on drawer footer example
authorMark Otto <markdotto@gmail.com>
Wed, 22 Apr 2026 02:47:36 +0000 (19:47 -0700)
committerMark Otto <markdotto@gmail.com>
Wed, 22 Apr 2026 03:00:10 +0000 (20:00 -0700)
site/src/scss/_component-examples.scss

index 27f5ea557a79eedb96d2408478908af131c12761..1267e21f05a5aebf8c9560b85411b397df8ed238 100644 (file)
   .bd-example-drawer {
     .drawer {
       position: static;
-      display: block;
-      height: 200px;
+      display: flex;
+      height: 400px;
       margin: var(--drawer-inset);
       visibility: visible;
       transform: translate(0);