Merge pull request #940 from basecamp/tray-toggle-z-index

Don't position the toggle button on top of the dialog
This commit is contained in:
Andy Smith
2025-08-19 10:56:03 -05:00
committed by GitHub
-1
View File
@@ -80,7 +80,6 @@
display: block;
padding: 0;
transition: opacity 100ms ease-out;
z-index: calc(var(--z-tray) + 1);
.icon {
color: var(--color-ink);