Skip to content

Commit 8f85482

Browse files
committed
Merge pull request laravelio#105 from AndreasHeiberg/patch-2
Made bin view horizontally scrollable
2 parents 6a6283b + 9ae3435 commit 8f85482

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/scss/modules/_bin.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,12 @@ body.bin {
1111
position: absolute;
1212
right: -100%;
1313
}
14-
14+
15+
.show-container {
16+
width: 200%;
17+
overflow-x: scroll;
18+
}
19+
1520
.prettyprint {
1621
border: 0;
1722
margin: 0;

0 commit comments

Comments
 (0)