fix menu bottom center

This commit is contained in:
mbecker20
2022-03-24 21:45:12 -07:00
parent 3a04d23116
commit 65d647e2fd
@@ -94,8 +94,9 @@
.BottomCenter {
top: 100%;
margin-left: 0.5rem;
transform: translateY(-50%);
left: 50%;
margin-top: 0.5rem;
transform: translateX(-50%);
}
.HoverMenuTarget {