fix: modal does not scroll with current position on page
This commit is contained in:
parent
cf4155784c
commit
8f4c1fc7d9
1 changed files with 2 additions and 0 deletions
|
@ -44,6 +44,8 @@ defineExpose({ showModal, close });
|
|||
|
||||
<style lang="scss">
|
||||
.modal {
|
||||
position: fixed;
|
||||
|
||||
background: var(--color-modal-background);
|
||||
|
||||
color: var(--color-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue