
Search Box causes horizontal scrolling
-
-
- Official Post
Hi
what's your screen resolution?
-
Quote from TimWollaHi
what's your screen resolution?
1280 x 800
-
-
well, i am using 14.1" laptop.
@GTB
-
using firefox still has the same problem..
-
Problem should be between 1025px and 1240px.
-
- Official Post
It actually doesn't cause scrolling, but instead the layout shouldn't go below the style's minimum width of 1240px.
-
-
That’s likely another bug and already reported by me if I see that correctly.
-
Quote from Alexander EbertIt actually doesn't cause scrolling, but instead the layout shouldn't go below the style's minimum width of 1240px.
you're right Alexander
doing this to CCS
Code@media (min-width: 1025px) .layoutBoundary { padding: 0 20px; /* min-width: 1240px; */ max-width: 1400px; }
and solve the bug in my browser.
So applying min-width: 1240px is intentional? or is it true, a bug?
-
- Official Post
Actually the reverse would be correct: There are some parts that visually reduce their width below 1240px. It then looks as if certain components such as the search box stick out, where in fact they're perfectly in place but some parts are just shorter than they should be.
Participate now!
Don’t have an account yet? Register yourself now and be a part of our community!