Skip to content

Commit 5fbfac0

Browse files
committed
fixed bottom scrollbar issue
1 parent b4d471d commit 5fbfac0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Projects/Bookcase/css/style.css

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
html {
1010
scroll-behavior: smooth;
11-
11+
overflow-y: scroll;
12+
overflow-x: hidden;
1213
}
1314

1415
body {
@@ -399,7 +400,7 @@ footer {
399400
background: #B8A481;
400401
padding: 20px 23px;
401402
color: #fff;
402-
width: 100%;
403+
width: 102%;
403404
height: 60px;
404405
clear: both;
405406
}

0 commit comments

Comments
 (0)