feat(ui): move toolbar lower down

This commit is contained in:
Brian McGee
2025-07-23 11:23:31 +01:00
parent 6b9ce0da66
commit a472f7f696

View File

@@ -5,11 +5,6 @@
}
.toolbar-container {
position: absolute;
bottom: 10%;
width: 100%;
z-index: 10;
display: flex;
justify-content: center;
align-items: center;
@apply absolute bottom-8 z-10 w-full;
@apply flex justify-center items-center;
}