use fixed position for top bar

This commit is contained in:
Late Night Defender 2023-11-02 03:15:18 +07:00
parent 4a9e3c62f2
commit 5c402f8462
2 changed files with 4 additions and 4 deletions

View file

@ -130,7 +130,7 @@ html *
}
.topbar {
position: absolute;
position: fixed;
width: 100%;
height: 1.2cm;
top: 0px;
@ -266,7 +266,7 @@ html *
}
.topbar {
position: absolute;
position: fixed;
width: 100%;
height: 1.2cm;
top: 0px;

View file

@ -115,7 +115,7 @@ html *
}
.topbar {
position: absolute;
position: fixed;
width: 100%;
height: 1.2cm;
top: 0px;
@ -253,7 +253,7 @@ html *
}
.topbar {
position: absolute;
position: fixed;
width: 100%;
height: 1.2cm;
top: 0px;