1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

Started draw.io integration

This commit is contained in:
Dan Brown
2017-12-24 14:28:35 +00:00
parent 03eb63ec77
commit 0dc1f0b07f
2 changed files with 134 additions and 4 deletions

View File

@ -231,4 +231,16 @@ $btt-size: 40px;
input {
width: 100%;
}
}
.fullscreen {
border:0;
position:fixed;
top:0;
left:0;
right:0;
bottom:0;
width:100%;
height:100%;
z-index: 150;
}