File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6161
6262 .column-content {
6363 absolute (left right bottom 0 top $header-height );
64- overflow : scroll ;
64+ overflow : auto ;
6565 }
6666}
6767
6868
6969#git-log-table , #git-graph-column {
7070 flex-basis : 0 ;
71- overflow : scroll ;
71+ overflow : auto ;
7272}
7373
7474
7777.git-logs-view {
7878 scrollBar ();
7979 height : 100% ;
80- overflow-y : scroll ;
80+ overflow-y : auto ;
8181
8282 .git-logs-table {
8383 position : relative ;
Original file line number Diff line number Diff line change 5757 .settings-content-container {
5858 padding : 0 $padding-lr 10px ;
5959 flex-grow : 1 ;
60- overflow : scroll ;
60+ overflow : auto ;
6161 }
6262 .settings-content-controls {
6363 flex-grow : 0 ;
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ $tab-control-width = $tab-height*0.5;
3838 display : flex ;
3939 height : 100% ;
4040 align-items : flex-end ;
41- overflow-x : scroll ;
41+ overflow-x : auto ;
4242 & :: -webkit-scrollbar {display : none ;}
4343 }
4444
Original file line number Diff line number Diff line change 229229
230230 .term_scrollbar-v {
231231 overflow-x : hidden ;
232- overflow-y : scroll ;
232+ overflow-y : auto ;
233233 top : 0 ;
234234 cursor : default ;
235235 }
Original file line number Diff line number Diff line change 99 background-color : white ;
1010 }
1111
12- overflow : scroll ;
12+ overflow : auto ;
1313}
1414
1515.workspace {
7272.creating-workspace-process {
7373 opacity : 0.7 ;
7474
75- }
75+ }
You can’t perform that action at this time.
0 commit comments