This commit is contained in:
2024-03-29 12:21:17 +01:00
parent d21bae4b19
commit 14511c34fd

View File

@@ -129,6 +129,8 @@ body {
background-color: black; background-color: black;
transform-origin: bottom; transform-origin: bottom;
z-index: 3; /* Make the needle display above the image */ z-index: 3; /* Make the needle display above the image */
transition: transform 0.1s ease-out;
} }
.contentContainer { .contentContainer {