Skip to content

Commit

Permalink
update scroll issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rishabp-alokin committed Dec 6, 2023
1 parent f3f9cd3 commit 50142fb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 4 additions & 2 deletions css/navigator.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
margin: auto;
height: 32px;
width: auto;
bottom: 12px;
position: sticky;
position: absolute;
top: 94%;
left: 50%;
transform: translate(-50%, -50%);
justify-content: space-evenly;
}
.drive-up-list > img {
Expand Down
2 changes: 0 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,10 @@
></script>
</head>
<body
onscroll="showNavigator()"
id="home-page"
style="height: 100vh"
>
<div
style="overflow: hidden"
class="page"
onclick="showNavigator(false)"
>
Expand Down

0 comments on commit 50142fb

Please sign in to comment.