Skip to content

Commit

Permalink
fix: accidental change to modals css
Browse files Browse the repository at this point in the history
  • Loading branch information
liana-p committed Aug 18, 2024
1 parent 633b87a commit b12f654
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/narrat/src/components/StartMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
/>
</div>
</div>
<Teleport to="#narrat" v-if="popupComponent">
<Teleport to="#narrat-app-container" v-if="popupComponent">
<ModalWindow
@close="closePopupComponent"
:class="`start-menu-popup-${popupComponent.id}`"
Expand Down
2 changes: 1 addition & 1 deletion packages/narrat/src/components/menu-buttons.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
>
{{ menuButton.label }}
</button>
<Teleport to="#narrat" v-if="menu">
<Teleport to="#narrat-app-container" v-if="menu">
<Modal
:containerCssClass="{ [menu.cssClass!]: true, 'menu-modal': true }"
@close="closeMenu"
Expand Down

0 comments on commit b12f654

Please sign in to comment.