Answers for "css scroll y showing scroll bar"

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
0

css scroll y showing scroll bar

overflow-y: auto;
/*overflow-y: scroll; will always show scroll bar*/
Posted by: Guest on January-26-2022

Browse Popular Code Answers by Language