Fix z-index to work with new Overlay component

This commit is contained in:
Justin Edmund 2022-12-28 22:37:14 -08:00
parent 6ef884b784
commit 968f0f3f43

View file

@ -17,7 +17,7 @@
top: 50%; top: 50%;
left: 50%; left: 50%;
transform: translate(-50%, -50%); transform: translate(-50%, -50%);
z-index: 21; z-index: 40;
a:hover { a:hover {
text-decoration: underline; text-decoration: underline;