I have a problem. When I go to responsive mode, the overflow x are enabled and I don’t know how to disable it.
I try to @media disable overflow but its not work
I have a problem. When I go to responsive mode, the overflow x are enabled and I don’t know how to disable it.
I try to @media disable overflow but its not work
2
Answers
If this doesn’t work, there may be other CSS rules that are overriding your code.
You can add the overflow-hidden to the div class without having it in the CSS file. Here is some documentation.
Overflow Utility – Bootstrap