fix: increase z-index to stay on top of other page elements

This commit is contained in:
Sebin Nyshkim 2023-01-22 16:49:49 +01:00
parent d84c415b22
commit 9893373a43

View file

@ -27,6 +27,6 @@
padding: 0.5rem;
box-shadow: var(--container-box-shadow);
z-index: 1;
z-index: 2;
}
</style>