fix(webui): upload dialog's position is fixed on screen
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/tables
Tomáš Mládek 2024-02-06 13:05:54 +01:00
parent ea9aa96674
commit f1b608f824
1 changed files with 1 additions and 1 deletions

View File

@ -142,7 +142,7 @@
<style lang="scss">
.addmodal-container {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100vw;