Fixed websocket problem by upgrading spark version. Also fixed z-index problem with console

This commit is contained in:
simon
2018-04-29 17:00:42 -04:00
parent 2c856aae80
commit 083af31b84
8 changed files with 94 additions and 84 deletions

View File

@@ -118,7 +118,7 @@
width: 100%;
position: fixed;
bottom: 0;
z-index: 4;
z-index: 8;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}
@@ -138,7 +138,7 @@
background: #2d2d2d;
height: 100%;
pointer-events: auto;
box-shadow: rgb(0, 0, 0, 0.2) 3px 0 8px;
box-shadow: rgba(0, 0, 0, 0.2) 3px 0 8px;
}
.bottom-panel {
@@ -147,7 +147,7 @@
width: 100%;
position: fixed;
bottom: 0;
z-index: 4;
z-index: 8;
box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
}