changed flag from position fixed to absolute so it does not follow the page while scrolling
This commit is contained in:
@@ -3,6 +3,7 @@ input#language {
|
|||||||
}
|
}
|
||||||
label#language_label {
|
label#language_label {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user