Thursday, 19 January 2017

Hide scrollbar - Do scrollable in CSS - Overflow scroll

Hide scroll bar, but still being able to scroll
------------------------------------------------

#element::-webkit-scrollbar {
   height: 42px;
   overflow: hidden;
 

   display: none;
}

No comments:

Post a Comment

Claude Code worflow

The Claude code task cycle 1. Gater context Reads files, explore projec structure, code base 2. Plan Break the task in to steps 3. Exe...