Skip to content

Commit 48f7042

Browse files
Merge pull request #1598 from kumar007ambi/ambika-frontend
Bottom scrollbar issue fixed
2 parents 9208f65 + 5fbfac0 commit 48f7042

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)