modal fix

This commit is contained in:
Egor Aristov 2025-03-21 01:20:10 +03:00
parent 1e42eb81ea
commit af02b01d12
Signed by: egor3f
GPG Key ID: 40482A264AAEC85F

View File

@ -14,7 +14,7 @@ const visible = defineModel();
<style scoped lang="scss">
div.modal-wrapper {
position: absolute;
position: fixed;
left: 0;
top: 0;
width: 100vw;