added mobile support & fixed bugs
This commit is contained in:
+4
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no">
|
||||
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1.0, user-scalable=no, interactive-widget=resize-content">
|
||||
|
||||
<link rel="stylesheet" href="/global/navBar.css">
|
||||
<link rel="stylesheet" href="/global/globalStyle.css">
|
||||
@@ -59,6 +59,9 @@
|
||||
</div>
|
||||
</button>
|
||||
</div>
|
||||
|
||||
<!-- To scroll further, width is needed for some reason -->
|
||||
<div style="margin-top: 50vh; width: 1px"></div>
|
||||
</div>
|
||||
|
||||
<div id="navBarContainer" data-alt="byte"></div>
|
||||
|
||||
Reference in New Issue
Block a user