Answers for "overflow y scroll not working with horizontal scroll"

CSS
1

i used overflow-y : scroll but the scroll bar keep on showing

::-webkit-scrollbar {
  display: none;
}
Posted by: Guest on December-27-2020
1

Overflow-y scroll always show even it not overflow

overflow:auto
Posted by: Guest on December-02-2021

Code answers related to "overflow y scroll not working with horizontal scroll"

Browse Popular Code Answers by Language