diff --git a/dist/ef19487056b129c8f3eda17f9543ab70.css b/dist/ef19487056b129c8f3eda17f9543ab70.css index 212e1cf..4c4c6b7 100644 --- a/dist/ef19487056b129c8f3eda17f9543ab70.css +++ b/dist/ef19487056b129c8f3eda17f9543ab70.css @@ -7,6 +7,11 @@ body { background: #f1f1f1; font-family: sans-serif; } +main { + z-index: 980; + position: relative; + top: 6em; } + .dev { border: 1px solid black; } @@ -104,8 +109,11 @@ header { background: #dfdfdf; text-align: center; position: fixed; + height: 30px; z-index: 999; - width: 100%; } + width: 100%; + height: auto; + top: 0; } .nav-toggle { display: none; } diff --git a/dist/ef19487056b129c8f3eda17f9543ab70.js b/dist/ef19487056b129c8f3eda17f9543ab70.js index da1e2de..e595cee 100644 --- a/dist/ef19487056b129c8f3eda17f9543ab70.js +++ b/dist/ef19487056b129c8f3eda17f9543ab70.js @@ -149,7 +149,7 @@ function Module() { module.bundle.Module = Module; if (!module.bundle.parent && typeof WebSocket !== 'undefined') { - var ws = new WebSocket('ws://localhost:56486/'); + var ws = new WebSocket('ws://localhost:58854/'); ws.onmessage = function(event) { var data = JSON.parse(event.data); diff --git a/dist/index.html b/dist/index.html index 4183aaa..25742d6 100644 --- a/dist/index.html +++ b/dist/index.html @@ -23,10 +23,25 @@ -
-
-

test

+
+
+

css grid

+
+

12

+

11

+

1

+

10

+

2

+

9

+

3

+

8

+

4

+

7

+

5

+

6

+

6

+
-
+ \ No newline at end of file diff --git a/src/index.html b/src/index.html index 40ea1a5..591b02d 100644 --- a/src/index.html +++ b/src/index.html @@ -23,10 +23,25 @@ -
-
-

test

+
+
+

css grid

+
+

12

+

11

+

1

+

10

+

2

+

9

+

3

+

8

+

4

+

7

+

5

+

6

+

6

+
-
+ \ No newline at end of file diff --git a/src/scss/main.sass b/src/scss/main.sass index b81ec5a..5bf1aa1 100644 --- a/src/scss/main.sass +++ b/src/scss/main.sass @@ -9,6 +9,11 @@ body padding: 0 background: $primBG font-family: sans-serif +// Nav Overlapping fix +main + z-index: 980 + position: relative + top: 6em // Dev Classes .dev border: 1px solid black @@ -33,13 +38,18 @@ div[class^="col-"] flex: 0 0 100% / $columns * $i .col-offset-#{$i} margin-left: 100% / $columns * $i +// alert classes + // Navigation header background: $navBG text-align: center position: fixed + height: 30px z-index: 999 width: 100% + height: auto + top: 0 .nav-toggle display: none .nav-toggle-label @@ -130,4 +140,4 @@ nav a:hover align-items: center .nav-left ul display: flex - justify-content: flex-end \ No newline at end of file + justify-content: flex-end