feat: maximize workspace on mobile mode
This commit is contained in:
parent
c5348a9166
commit
6db1344622
|
|
@ -229,8 +229,10 @@
|
|||
height: 60vh;
|
||||
}
|
||||
.editor-area.mobile-full {
|
||||
height: calc(100vh - 3rem);
|
||||
height: 100vh;
|
||||
top: 0;
|
||||
border-radius: 0;
|
||||
max-height: none;
|
||||
}
|
||||
.mobile-sheet .editor-body {
|
||||
overscroll-behavior: contain;
|
||||
|
|
|
|||
Loading…
Reference in New Issue