Skip to content

Commit

Permalink
update z-index of wa-toolbar to ensure it always sits in front of con…
Browse files Browse the repository at this point in the history
…tent from other frameworks.
  • Loading branch information
JupiterJones committed May 3, 2024
1 parent 7a76a2b commit a45422d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ body { margin-bottom: 25px !important; /*matches toolbar min-height + padding an
left: 0;
right: 0;
bottom: 0;
z-index: 20;
z-index: 99999;
padding: 2px;
position: fixed;
text-align: left;
Expand Down

0 comments on commit a45422d

Please sign in to comment.