changed flag from position fixed to absolute so it does not follow the page while scrolling

This commit is contained in:
asus
2024-05-28 11:13:34 +02:00
parent f414587ec3
commit 801576af7a

View File

@@ -3,6 +3,7 @@ input#language {
}
label#language_label {
position: fixed;
position: absolute;
top: 20px;
right: 20px;
padding: 10px;