Skip to content

Commit 9005881

Browse files
Improve scroll area
1 parent ce6ce78 commit 9005881

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Public/css/common.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ body {
3535
width: 160px;
3636
}
3737

38-
.tab-content {
38+
.tab-pane {
3939
overflow: auto;
4040
}
4141

Public/css/tree_view.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
.tree-view {
22
font-family: Menlo, Consolas, "DejaVu Sans Mono", "Ubuntu Mono", monospace;
33
font-size: 11pt;
4-
overflow: scroll;
54
}
65

76
.tree-view ul {

0 commit comments

Comments
 (0)