Small fix for mobile

This commit is contained in:
Lewis Hemens 2014-01-21 23:43:20 +00:00
parent 2c31dc1df8
commit 3da104f76c
1 changed files with 3 additions and 3 deletions

View File

@ -6,14 +6,14 @@
<title>ASCIIFlow Infinity</title>
<style>
#menu {
position: absolute;
position: fixed;
top: 95px;
left: 0px;
z-index: 100;
}
.dialog {
position: absolute;
position: fixed;
top: 0px;
left: 70px;
width: 400px;
@ -65,7 +65,7 @@ button.active {
}
#logo {
position: absolute;
position: fixed;
top: 0px;
left: 0px;
z-index: 100;