mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-22 20:32:31 +08:00
Fixed issue where menu would float away from bottom of the page if moved and scrolled. (References Issue #109)
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ div#header {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.menu {
|
.menu {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
right: 10px;
|
right: 10px;
|
||||||
bottom: 10px;
|
bottom: 10px;
|
||||||
color: #666;
|
color: #666;
|
||||||
|
|||||||
Reference in New Issue
Block a user