Skip to content

Instantly share code, notes, and snippets.

@noruzzamans
Created January 25, 2024 07:49
Show Gist options
  • Save noruzzamans/1b643df45e32a61afdb338bda9eaf10a to your computer and use it in GitHub Desktop.
Save noruzzamans/1b643df45e32a61afdb338bda9eaf10a to your computer and use it in GitHub Desktop.
Bottom menu backup code
.bnav_bottom_nav_wrapper {
display: block !important;
margin-left: auto;
margin-right: auto;
display: block;
width: 420px;
::-webkit-scrollbar {
height: 4px;
width: 4px;
background: #222;
}
::-webkit-scrollbar-thumb {
background: #888 !important;
-webkit-border-radius: 1ex;
-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.75);
}
::-webkit-scrollbar-corner {
background: #888 !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment