Search
 
SCRIPT & CODE EXAMPLE
 

CSS

style scrollbar overflow-y

.large-2 {
  margin-left: 30px;
  float: left;
  height: 300px;
  overflow-y: scroll;
  margin-bottom: 25px;
  width: 100px;
  background: #ccc;
}

.force-overflow {
  min-height: 450px;
}

.large-2::-webkit-scrollbar-track {
  border: 1px solid #000;
  padding: 2px 0;
  background-color: #404040;
}

.large-2::-webkit-scrollbar {
  width: 10px;
}

.large-2::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #737272;
  border: 1px solid #000;
}
Comment

overflow-y scroll css

::-webkit-scrollbar {
  height: 12px;
  width: 12px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  background: #f27f3d;
  -webkit-border-radius: 1ex;
}

::-webkit-scrollbar-corner {
  background: #000;
}
Comment

PREVIOUS NEXT
Code Example
Css :: css animation infinite loop 
Css :: space between flexbox 
Css :: replace icon with image css 
Css :: css change background color of page 
Css :: how to center a html header 
Css :: import font css 
Css :: background opacity css hex 
Css :: vertical hr 
Css :: disable right click with css 
Css :: css select element by role 
Css :: css image overflow 
Css :: font condensed 
Css :: css after not working 
Css :: @each scss 
Css :: cool box shadow effects css 
Css :: line-height css 
Css :: css input radio checked 
Css :: special custom scrollbar in scss 
Css :: kill docker by image name 
Css :: Resetting Default Table Styles 
Css :: jquery hover class css not working 
Css :: jquery add external css to head 
Css :: css center table on page 
Css :: wordpress theme my login redirect after login 
Css :: how to change the position of a button in css 
Css :: mix color using css 
Css :: css vendor prefixes 
Css :: How to use css on a react icon 
Css :: changing bakcgound color like animation using tailwind 
Css :: css before is not working 
ADD CONTENT
Topic
Content
Source link
Name
3+2 =