make graphics screen fixed

This commit is contained in:
MeexReay 2025-05-23 19:12:26 +03:00
parent 3dc7750630
commit 2e0faa5d8c

View File

@ -65,9 +65,10 @@
} }
#graphics { #graphics {
position: absolute; position: fixed;
top: 0; top: 0;
left: 0; left: 0;
z-index: 1;
} }
</style> </style>
</head> </head>