Skip to content

Commit bfca4f1

Browse files
committed
Add scroll bar for talk pics
Signed-off-by: Yonghao Zou <[email protected]>
1 parent 5966e5e commit bfca4f1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/file_system/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,13 @@ By Yonghao Zou
7676
.img-row {
7777
display: flex;
7878
gap: 10px;
79+
overflow-x: auto;
80+
overflow-y: hidden;
81+
margin-bottom: 5px;
7982
}
8083
.img-entry {
8184
width: auto;
8285
height: 200px;
86+
flex-shrink: 0;
8387
}
8488
</style>

0 commit comments

Comments
 (0)