Browse Source

Fix terminal z-index relative to code editor gutter

Lucas de Souza 5 năm trước cách đây
mục cha
commit
4b615fe2d5
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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;
 }