Fix FPS Button

This commit is contained in:
OleSTEEP 2024-03-02 17:59:38 +03:00
parent f135ed52ae
commit fa5f2a98eb
6 changed files with 44 additions and 46 deletions

View file

@ -0,0 +1,8 @@
.fps-button {
position: absolute;
left: 5px;
top: 5px;
width: 90px;
height: 40px;
z-index: 1489;
}