Skip to content

Commit 872af4c

Browse files
committed
Hide scrollbar to have some page width everywhere
1 parent 1fd9ccc commit 872af4c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

LinkDotNet.Blog.Web/wwwroot/css/site.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ html, body {
88
background: #F7F7F7;
99
}
1010

11+
body::-webkit-scrollbar {
12+
display: none;
13+
}
14+
1115
a, .btn-link {
1216
color: #0366d6;
1317
}

0 commit comments

Comments
 (0)