Adminlte: Two scroll bars!

Created on 21 Mar 2017  路  9Comments  路  Source: ColorlibHQ/AdminLTE

when the height of main-sidebar is larger than the height of content-wrapper ,two scroll bars appear on the right side of window.

Most helpful comment

this work for my.

change this in css style.

.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}

for this:

.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:hidden}

All 9 comments

I have the same problem!
When I navigate through the pages, 2 scrolls bars appear if the height of the page change.
How can I fix it?
Thanks!

Same problem here. V2.38 and V2.4.0

same for @version 2.3.8

this work for my.

change this in css style.

.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:auto}

for this:

.wrapper{height:100%;position:relative;overflow-x:hidden;overflow-y:hidden}

The same problems exists for me also. So, These changes is maded to which CSS file?

AdminLTE.min.css

1947 https://github.com/almasaeed2010/AdminLTE/issues/1947 seems to correct this issue. However someone must confirm, i didn't make much tests

I still have this issue with release 2.4.9.

If using Chrome set on the body "-webkit-paged-x"

Was this page helpful?
0 / 5 - 0 ratings

Related issues

LeoYong95 picture LeoYong95  路  4Comments

REJack picture REJack  路  3Comments

kgoedert picture kgoedert  路  4Comments

acacha picture acacha  路  4Comments

EliuTimana picture EliuTimana  路  4Comments