Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <style>
- #chngmis {
- height:100px;
- width:150px;
- padding:10px;
- border:3px;
- border-style:solid;
- border-color:#000;
- overflow:auto;
- }
- #chngmis::-webkit-scrollbar {
- width: 8px;
- }
- #chngmis::-webkit-scrollbar-track {
- background-color: #e4e4e4;
- -webkit-border-radius: 10px;
- border-radius: 10px;
- border: 1px solid #ccc;
- }
- #chngmis::-webkit-scrollbar-thumb {
- -webkit-border-radius: 10px;
- border-radius: 10px;
- background: #e4e4e4;
- border: 1px solid #aaa;
- }
- </style>
- <div id="chngmis">
- chngmis scrollbar
- <br>
- <br>
- text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text text
- </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement