Merge pull request 'Give the popup window a z-index of 10' (#11) from CyanNex/no-chromium:main into main

Reviewed-on: #11
pull/12/head
Trivernis 10 months ago
commit 05b0ec3c45

@ -12,6 +12,7 @@
background-color: rgba(0, 0, 0, 0.125);
font-family: Noto Sans, sans serif;
color: white;
z-index: 10;
.nc-popup-inner {
display: block;

Loading…
Cancel
Save