Search
 
SCRIPT & CODE EXAMPLE
 

CSS

remove horizontal scrollbar css

overflow-x: hidden;
Comment

how to remove horizontal scrolling

/* this works for vertical scrolling also

this is useful for those who can't use overflow: hidden or any other solution
because the css on the website changes in someway */

::-webkit-scrollbar:horizontal {
  display: none;
}
Comment

PREVIOUS NEXT
Code Example
Css :: antd css 
Css :: box shadow border 
Css :: decrease space between paragraphs html 
Css :: anchor tag taking up all the width of the page 
Css :: sass loop columns 
Css :: wordpress link post tags 
Css :: css edit scroll bar 
Css :: putting label on top of input css 
Css :: codeigniter return last inserted id 
Css :: space between li css 
Css :: css list style url siz 
Css :: green hex code 
Css :: css html unterstreichen 
Css :: add font css 
Css :: font awesome eyes 
Css :: flex direction 
Css :: border properties css 
Css :: comentarios en css 
Css :: how to add fanctoin to links in css 
Css :: css flex responsive 
Css :: circular div css 
Css :: center tecxt css 
Css :: how to hide the scrollbar in css 
Css :: text gradient css3 
Css :: footer at bottom of body 
Css :: table font size 
Css :: boostrap line 
Css :: how to scale a bg image acc to size of div 
Css :: css round element 
Css :: cool box shadow effects css 
ADD CONTENT
Topic
Content
Source link
Name
4+1 =