Don't position the toggle button on top of the dialog

This commit is contained in:
Andy Smith
2025-08-19 10:53:11 -05:00
parent c0d7864f35
commit 7213d53e88
-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);