Small fix for mobile
This commit is contained in:
parent
2c31dc1df8
commit
3da104f76c
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue