File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -199,10 +199,10 @@ img.repo-logo { width:36px; height: auto; image-rendering: -moz-crisp-edges; ima
199199
200200.clear {clear : both;}
201201
202- .horizontalcanvascontainer {overflow-x : scroll ;}
202+ .horizontalcanvascontainer {overflow-x : auto ;}
203203
204204.commititem {height : 75px ;white-space : nowrap;}
205205
206- .leftbranchescanvas {float : left;width : 25% ;overflow-x : scroll ;padding-bottom : 15px ;}
206+ .leftbranchescanvas {float : left;width : 25% ;overflow-x : auto ;padding-bottom : 15px ;}
207207
208- .leftbranchescanvasmessages {float : left; width : 70 % ; overflow-x : scroll ;border-left : solid 1px # cccccc ;padding-left : 5px ;}
208+ .leftbranchescanvasmessages {overflow-x : auto ;border-left : solid 1px # cccccc ;padding-left : 5px ;}
Original file line number Diff line number Diff line change 1515 </div >
1616 <div >
1717 <div class =" leftbranchescanvas" >
18- <canvas id =" verticalcanvas" ></canvas >
18+ <canvas id =" verticalcanvas" width = " 100 " ></canvas >
1919 </div >
2020 <div class =" leftbranchescanvasmessages" >
2121 <ul class =" nodes" id =" nodeList" ></ul >
You can’t perform that action at this time.
0 commit comments