-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. the let:ariaLabelledBy directive was placed wrongly, it is meant to expose a variable to the template of the slot consumer, and should be defined therein https://svelte.dev/docs/special-elements#slot-slot-key-value (not as a parent component attribute). It's possible the recent a Svelte upgrade made this wrong syntax break. 2. the TopNav z-index made the top nav appear over the modal on desktop. It might have been needed before, but since we dynamically pushed down the map frame below the top nav on desktop (no more overlap), it shouldn't be needed anymore.
- Loading branch information
Showing
3 changed files
with
4 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters