fix: modal does not scroll with current position on page

This commit is contained in:
Sebin Nyshkim 2023-03-28 00:03:06 +02:00
parent cf4155784c
commit 8f4c1fc7d9

View file

@ -44,6 +44,8 @@ defineExpose({ showModal, close });
<style lang="scss">
.modal {
position: fixed;
background: var(--color-modal-background);
color: var(--color-text);