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"> <style scoped lang="scss">
div.modal-wrapper { div.modal-wrapper {
position: absolute; position: fixed;
left: 0; left: 0;
top: 0; top: 0;
width: 100vw; width: 100vw;