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

Side menu disappears when resize window to minimum #3

Closed
emiliobristech opened this issue Jun 8, 2017 · 1 comment
Closed

Side menu disappears when resize window to minimum #3

emiliobristech opened this issue Jun 8, 2017 · 1 comment

Comments

@emiliobristech
Copy link

Hello, first of all, nice job! It's really useful!

Side menu items simply disappears when browser is resized to minimum width:

image

You can test it resizing browser until menu gets in hiden state.

@rmpestano
Copy link
Contributor

rmpestano commented Jun 8, 2017

Hi @emiliobristech,

This is a admin-template issue, I've copied your issue there and should be fixed now.

Can you try with latest snapshot?

Just enable maven snapshots in your pom:

<repositories>
    <repository>
        <snapshots/>
        <id>snapshots</id>
        <name>libs-snapshot</name>
        <url>https://oss.sonatype.org/content/repositories/snapshots</url>
    </repository>
</repositories>

And use admin template 1.0.0-SNAPSHOT:

<dependency>
    <groupId>com.github.adminfaces</groupId>
    <artifactId>admin-template</artifactId>
    <version>1.0.0-SNAPSHOT</version>
</dependency>

Thanks for your feedback!

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

No branches or pull requests

2 participants