Search
 
SCRIPT & CODE EXAMPLE
 

CSS

special custom scrollbar in scss

    .scrollz{
      padding-bottom: 40px;

      &.nores{
        padding-bottom:0;
      }

      &::-webkit-scrollbar-track { /* Background */
        background: linear-gradient(0deg, #fff 46%, #ccdee8 46%, #ccdee8 56%, #fff 56%);
      }

      &::-webkit-scrollbar { /* Frame */
        height: 22px;
      }

      &::-webkit-scrollbar-thumb:horizontal { /* Slider */
        background-color: #fff;
        border: 2px solid #ccdee8;
        border-radius: 1rem;
        background: url('./../../../../../img/chevron-right-solid.svg'), #f1f1f1 url('./../../../../../img/chevron-left-solid.svg');
        background-repeat: no-repeat, no-repeat;
        background-size: 12px 12px, 12px 12px;
        background-position: calc(100% - 8px) 50%, calc(0% + 8px) 50%;
        width: 58px;
      }
    }
Comment

PREVIOUS NEXT
Code Example
Css :: how to add a shadow behind text in css 
Css :: how to hide some grid items from grid in css 
Css :: css transform size 
Css :: css top padding 
Css :: css light grey 
Css :: scss percentage 
Css :: how to make rounded corners in css with images 
Css :: glassmorphism in css 
Css :: css transform origin 
Css :: css conver innertext to html using css 
Css :: hide scroll bar but still be scrollable. 
Css :: maxheight media query 
Css :: how to underline font in css 
Css :: @supports css 
Css :: insert background colour to css file 
Css :: @font-face css 
Css :: css chevron arrow 
Css :: css for paragraph beautiful 
Css :: bootstrap progress bar animation not working 
Css :: transition css 
Css :: css erase text 
Css :: background-size 
Css :: cursor not pointer 
Css :: change svg color on hover, css 
Css :: how to stretch a font taller css 
Css :: how to add color in css 
Css :: shrink a div by 50% 
Css :: Setting paragraph margin to 0 
Css :: width 
Css :: css remove 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =