瀏覽代碼

Fix terminal z-index relative to code editor gutter

Lucas de Souza 5 年之前
父節點
當前提交
4b615fe2d5
共有 1 個文件被更改,包括 4 次插入0 次删除
  1. 4 0
      css/ivprog-term.css

+ 4 - 0
css/ivprog-term.css

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