fix(webui): various app sizing fixes
ci/woodpecker/push/woodpecker Pipeline was successful Details

refactor/errors
Tomáš Mládek 2023-11-02 17:36:44 +01:00
parent 851b21ce81
commit 0dc1a6aa45
2 changed files with 1 additions and 6 deletions

View File

@ -46,9 +46,3 @@
</Router>
<DropPasteHandler />
<style lang="scss">
main {
padding-bottom: 2rem; // footer height
}
</style>

View File

@ -155,6 +155,7 @@
left: 0;
width: 100vw;
height: 100vh;
overflow: hidden;
pointer-events: none;