mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-27 23:37:05 -05:00
web: Fix canvas to the top left of the screen
This commit is contained in:
6
dist/web/source/style.css
vendored
6
dist/web/source/style.css
vendored
@@ -179,4 +179,10 @@ a:hover {
|
||||
#logo {
|
||||
height: 25%;
|
||||
margin-top: 50px;
|
||||
}
|
||||
|
||||
.canvas-fixed {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
}
|
||||
Reference in New Issue
Block a user