Skip to content

Commit da056c5

Browse files
committed
add scroll-bar to image viewer buttons
1 parent f5ed930 commit da056c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devtools/image_viewer/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<head>
33
</head>
44
<body>
5-
<div id="plot-list"></div>
5+
<div id="plot-list" style="overflow:auto; height:100px;"></div>
66
<div id="plot-images"></div>
77
<div id="plot-mock"></div>
88

0 commit comments

Comments
 (0)