Small fix for mobile
This commit is contained in:
parent
2c31dc1df8
commit
3da104f76c
|
@ -6,14 +6,14 @@
|
||||||
<title>ASCIIFlow Infinity</title>
|
<title>ASCIIFlow Infinity</title>
|
||||||
<style>
|
<style>
|
||||||
#menu {
|
#menu {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 95px;
|
top: 95px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dialog {
|
.dialog {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 70px;
|
left: 70px;
|
||||||
width: 400px;
|
width: 400px;
|
||||||
|
@ -65,7 +65,7 @@ button.active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#logo {
|
#logo {
|
||||||
position: absolute;
|
position: fixed;
|
||||||
top: 0px;
|
top: 0px;
|
||||||
left: 0px;
|
left: 0px;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
|
Loading…
Reference in New Issue