Skip to content

Commit 0a0016d

Browse files
committed
Updated reddit-webdev
1 parent 3e1d373 commit 0a0016d

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

reddit-webdev/css/main-sidebar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
top: 70px;
88
height: calc(100vh - 70px);
99
overflow-y: auto;
10-
scrollbar-width: thick;
10+
scrollbar-width: thin;
1111
scrollbar-color: transparent transparent;
1212
flex-shrink: 0;
1313
}

reddit-webdev/css/sidebar.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
border-right: 1px solid rgba(0, 0, 0, 0.2);
1212
height: calc(100vh - 57px);
1313
overflow-y: auto;
14-
scrollbar-width: thick;
14+
scrollbar-width: thin;
1515
scrollbar-color: transparent transparent;
1616
}
1717

reddit-webdev/reddit/Reddit Clone_files/content.css

-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,6 @@
186186
*/
187187
position: sticky;
188188
top: 57px;
189-
overflow: auto;
190189
width: 270px;
191190
background-color: rgb(245, 245, 245);
192191
border-radius: 8px;

0 commit comments

Comments
 (0)