ranWang commited on
Commit
fdb8072
1 Parent(s): 62ca594

Adjust CSS

Browse files
Files changed (1) hide show
  1. app.css +5 -0
app.css CHANGED
@@ -102,3 +102,8 @@
102
  height: 480px;
103
  overflow-y: visible;
104
  }
 
 
 
 
 
 
102
  height: 480px;
103
  overflow-y: visible;
104
  }
105
+
106
+ .solution-content .sube-content {
107
+ overflow-y: auto;
108
+ padding: 12px;
109
+ }