Created
January 25, 2024 07:49
-
-
Save noruzzamans/1b643df45e32a61afdb338bda9eaf10a to your computer and use it in GitHub Desktop.
Bottom menu backup code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.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