- Overlay z-index set to 1000 - always on top
  - Alert bar is now clickable rather than containing a button
This commit is contained in:
Fred Boniface
2023-06-28 22:12:06 +01:00
parent 15d9843f06
commit d763898d8d
2 changed files with 7 additions and 3 deletions

View File

@@ -30,5 +30,6 @@ div {
padding: 10px;
background-color: var(--overlay-color);
border-radius: 10px;
z-index: 1000;
}
</style>