Skip to content

Commit 4fd11f1

Browse files
authored
Merge pull request #286 from DigitalSlideArchive/css-fix
Prevent side panels from having horizontal scrollbars.
2 parents 3341e85 + 6da0da6 commit 4fd11f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

histomicsui/web_client/stylesheets/body/image.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
.h-panel-group-left
2727
overflow-y auto
28+
overflow-x hidden
2829
width 300px
2930
margin-left 0
3031
padding-bottom 5px
@@ -39,6 +40,7 @@
3940

4041
.h-panel-group-right
4142
overflow-y auto
43+
overflow-x hidden
4244
width 300px
4345
right 0
4446
padding-bottom 5px

0 commit comments

Comments
 (0)