Fix popover over tabs Closes #775

This commit is contained in:
Kalle
2022-03-12 17:00:44 +02:00
parent 555352c904
commit ae1ac69517

View File

@@ -443,6 +443,7 @@ hr {
}
.popover-content {
z-index: 1;
max-width: 20rem;
padding: var(--s-2);
background-color: var(--bg-darker-transparent);