Skip to content

Commit

Permalink
Fix highlight z-index
Browse files Browse the repository at this point in the history
Prevent the highlight from displaying above dropdowns opened after the
highlight is added. Display highlights, dropdowns, and modals in the
order they are added to the DOM.
  • Loading branch information
seancolsen committed Dec 19, 2024
1 parent b8f095e commit 7322484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mathesar_ui/src/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@
--modal-z-index: 1;
--dropdown-z-index: 1;
--cell-errors-z-index: 1;
--new-item-highlighter-z-index: 2;
--new-item-highlighter-z-index: 1;
--toast-z-index: 3;
--app-header-z-index: 1;
Expand Down

0 comments on commit 7322484

Please sign in to comment.