Browse Source

Fix terminal z-index relative to code editor gutter

Lucas de Souza 5 years ago
parent
commit
4b615fe2d5
1 changed files with 4 additions and 0 deletions
  1. 4 0
      css/ivprog-term.css

+ 4 - 0
css/ivprog-term.css

@@ -5,6 +5,10 @@
   overflow-y: scroll;
   overflow-y: scroll;
 }
 }
 
 
+#ivprog-term-div {
+  z-index: 10;
+}
+
 .ivprog-term-userText, .ivprog-term-userInput {
 .ivprog-term-userText, .ivprog-term-userInput {
   color: white;
   color: white;
 }
 }