Answers for "overflow-x: scroll not working"

1

safari overflow-y scroll not working

For future readers, overflow does not work on safari with display: flex You must use display: block
Posted by: Guest on June-21-2021
0

overflow-x hidden not working

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

Code answers related to "overflow-x: scroll not working"

Browse Popular Code Answers by Language