web: Fix canvas to the top left of the screen

This commit is contained in:
WerWolv
2024-07-04 21:37:51 +02:00
parent 9fd547112d
commit c26eccfe28
2 changed files with 14 additions and 0 deletions

View File

@@ -179,4 +179,10 @@ a:hover {
#logo {
height: 25%;
margin-top: 50px;
}
.canvas-fixed {
position: absolute;
top: 0;
left: 0;
}