mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-25 11:04:09 +03:00
publish: fix(drawer): Improved drawer and fixed examples
generated from commit 0463e049fb
This commit is contained in:
parent
6c48c3df51
commit
2eb65117a0
|
@ -1348,3 +1348,6 @@ body.mdbootstrap .partner.creativetim {
|
|||
box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important; }
|
||||
.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
|
||||
background-color: rgba(208, 189, 236, 0.15) !important; }
|
||||
|
||||
[data-example-id*="drawer"] .bmd-layout-canvas {
|
||||
min-height: 150px; }
|
||||
|
|
2
assets/css/docs.min.css
vendored
2
assets/css/docs.min.css
vendored
File diff suppressed because one or more lines are too long
9
dist/css/bootstrap-material-design.css
vendored
9
dist/css/bootstrap-material-design.css
vendored
|
@ -5906,19 +5906,19 @@ button:focus {
|
|||
outline: none; }
|
||||
|
||||
.bmd-layout-canvas {
|
||||
position: absolute;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%; }
|
||||
|
||||
.bmd-layout-container {
|
||||
position: relative;
|
||||
flex: 1;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow-x: hidden;
|
||||
overflow-y: auto;
|
||||
-webkit-overflow-scrolling: touch; }
|
||||
overflow: hidden; }
|
||||
|
||||
.bmd-layout-header {
|
||||
z-index: 3;
|
||||
|
@ -9739,6 +9739,7 @@ h6 {
|
|||
overflow: visible;
|
||||
overflow-y: auto;
|
||||
font-size: .875rem;
|
||||
background: #fff;
|
||||
transition: transform;
|
||||
will-change: transform;
|
||||
transform-style: preserve-3d;
|
||||
|
|
Loading…
Reference in New Issue
Block a user