mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 08:11:54 +08:00
Merge pull request #112 from anubisthejackle/make-menu-stick
Fixed issue where menu would float away from bottom of the page if moved...
This commit is contained in:
+1
-1
@@ -53,7 +53,7 @@ div#header {
|
||||
}
|
||||
|
||||
.menu {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
right: 10px;
|
||||
bottom: 10px;
|
||||
color: #666;
|
||||
|
||||
Reference in New Issue
Block a user