Answers for "css overflow hidden only x"

CSS
1

overflow x not hidden

.container {
  position: fixed;
  overflow: hidden;
}
Posted by: Guest on January-08-2022
0

overflow-x hidden not working

#wrapper {position: absolute; width: 100%; overflow-x: hidden}
Posted by: Guest on January-02-2021

Browse Popular Code Answers by Language