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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user