Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

.body .container - moves 15px to the left if article.height > inner.screen.height #23482

Closed
ghost opened this issue Jan 9, 2019 · 4 comments
Closed

Comments

@ghost
Copy link

ghost commented Jan 9, 2019

Steps to reproduce the issue

  1. occurs in all delivered standard templates - beez3, vmbeez3, protostar
  2. a. content->articles->new article - options don't matter
    type a few lines and/or insert an image not higher than inner.screen.hight
    b. content->articles->new article - options don't matter
    type 100 lines and/or insert an image !higher! than inner.screen.hight
    c. add corresponding menus

Expected result

if you click through the menu items the -> .body .container -> leaves unchainged

Actual result

if you click through the menu items the -> .body .container -> changes position to the left 15px depending on article height > inner.screen.height

System information (as much as possible)

Windows7 x64 -- IIS7.5 -- Php7.2 -- MySQL8.0.13x64 command-line --

Additional comments

it depends on
.row-fluid .span9 {
width: 74.468085099%;
width: 74.414893609638%;
/
height:3000px; added Bangert*/

@ciar4n
Copy link
Contributor

ciar4n commented Jan 9, 2019

Shift in viewport due to scrollbar? If so then this would be expected behaviour.

@ghost
Copy link
Author

ghost commented Jan 9, 2019

Yes you are right - I set - html { overflow-y:scroll; } to avoid that shift.

@ciar4n
Copy link
Contributor

ciar4n commented Jan 14, 2019

@AxelBangert Thank you for the update.

This issue can be closed.

@joomla-cms-bot
Copy link

Set to "closed" on behalf of @Quy by The JTracker Application at issues.joomla.org/joomla-cms/23482

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants