Browse Source

Increase z-index

pull/1842/head
Gabe Kangas 4 years ago
parent
commit
e306c74520
No known key found for this signature in database
GPG Key ID: 9A56337728BC81EA
  1. 2
      webroot/styles/app.css

2
webroot/styles/app.css

@ -572,7 +572,7 @@ header {
#notify-button-container #notify-button-popup { #notify-button-container #notify-button-popup {
position: absolute; position: absolute;
background-color: var(--owncast-purple); background-color: var(--owncast-purple);
z-index: 1; z-index: 50;
right: 0px; right: 0px;
min-width: 14rem; min-width: 14rem;
bottom: calc(100% + .5rem); bottom: calc(100% + .5rem);

Loading…
Cancel
Save