
Search Box causes horizontal scrolling
-
- Fixed
- zukro
-
-
Hi
what's your screen resolution?
-
Quote from TimWollaHi
what's your screen resolution?
1280 x 800
-
That is a small screen res. I only have 19inch monitor and use 1280x1024
That screen res is listed 3rd down for me. What size monitor you use
-
well, i am using 14.1" laptop.
@GTB
-
using firefox still has the same problem..
-
Problem should be between 1025px and 1240px.
-
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?
-
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!