mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-03-16 22:10:27 +00:00
Added 100% height to accomodate full screen sliders.
This commit is contained in:
parent
6f933d21ea
commit
8f19e8b049
1 changed files with 3 additions and 2 deletions
|
|
@ -5,7 +5,7 @@ $board-max-width: 24px;
|
|||
|
||||
.md-boards {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
height: 100% !important;
|
||||
display: flex;
|
||||
flex-flow: column;
|
||||
position: relative;
|
||||
|
|
@ -78,13 +78,14 @@ $board-max-width: 24px;
|
|||
|
||||
.md-boards-content {
|
||||
width: 100%;
|
||||
height: 0;
|
||||
height: 100% !important;
|
||||
position: relative;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
.md-boards-wrapper {
|
||||
width: 9999em;
|
||||
height: 100% !important;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue