Fix print button in slide

This commit is contained in:
yflory
2017-07-20 14:41:51 +02:00
parent 3bd5f01e53
commit a5a73ce326
5 changed files with 27 additions and 12 deletions

View File

@@ -63,6 +63,7 @@ body {
display:block;
}
html, body {
height: auto;
max-height: none;
overflow: visible;
}
@@ -74,6 +75,20 @@ body {
visibility: visible;
}
}
.cp #modal {
display: none !important;
}
.cp {
flex: 1 !important;
overflow: visible !important;
}
.userlist-drawer {
display: none !important;
}
#editorContainer {
height: auto;
display: block;
}
}
}
@@ -163,7 +178,7 @@ body {
.slide-container {
width: 90vw;
height: 100vh;
margin: 0vh 5vw;
margin: 0vh 5vw !important;
display: flex;
&:last-child {
height: ~"calc(100vh - 2px)";