Added 100% height to accomodate full screen sliders.

This commit is contained in:
TECNOSYLVA\fgarcia 2017-02-24 13:39:26 +01:00
parent 6f933d21ea
commit 8f19e8b049

View file

@ -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;