publish: fix(drawer): Improved drawer and fixed examples

generated from commit 0463e049fb
This commit is contained in:
Federico Zivolo 2017-12-11 12:54:17 +01:00
parent 6c48c3df51
commit 2eb65117a0
3 changed files with 9 additions and 5 deletions

View File

@ -1348,3 +1348,6 @@ body.mdbootstrap .partner.creativetim {
box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important; } box-shadow: inset 0 -2px 0 0 rgba(95, 45, 171, 0.5) !important; }
.algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content { .algolia-autocomplete .ds-suggestion.ds-cursor .algolia-docsearch-suggestion--content {
background-color: rgba(208, 189, 236, 0.15) !important; } background-color: rgba(208, 189, 236, 0.15) !important; }
[data-example-id*="drawer"] .bmd-layout-canvas {
min-height: 150px; }

File diff suppressed because one or more lines are too long

View File

@ -5906,19 +5906,19 @@ button:focus {
outline: none; } outline: none; }
.bmd-layout-canvas { .bmd-layout-canvas {
position: absolute; display: flex;
flex-direction: column;
width: 100%; width: 100%;
height: 100%; } height: 100%; }
.bmd-layout-container { .bmd-layout-container {
position: relative; position: relative;
flex: 1;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
width: 100%; width: 100%;
height: 100%; height: 100%;
overflow-x: hidden; overflow: hidden; }
overflow-y: auto;
-webkit-overflow-scrolling: touch; }
.bmd-layout-header { .bmd-layout-header {
z-index: 3; z-index: 3;
@ -9739,6 +9739,7 @@ h6 {
overflow: visible; overflow: visible;
overflow-y: auto; overflow-y: auto;
font-size: .875rem; font-size: .875rem;
background: #fff;
transition: transform; transition: transform;
will-change: transform; will-change: transform;
transform-style: preserve-3d; transform-style: preserve-3d;