mfg92 / hugo-shortcode-gallery

A theme component with a gallery shortcode for the static site generator hugo.
MIT License
354 stars 66 forks source link

Update filterbar.sass: use the whole screen for .fulltab #80

Closed jbsilva closed 3 months ago

jbsilva commented 3 months ago

This will make the gallery fill the whole screen

mfg92 commented 3 months ago

On my side, the gallery was already filling up the whole screen. Can you explain what problem you were trying to solve?

With your changes, I am unable to scroll through the gallery.

jbsilva commented 3 months ago

position: fixed is indeed wrong. I updated my PR.

But without min-width, the gallery was taking only a small part of the screen:

mfg92 commented 3 months ago

Ok, I was able to reproduce the problem you describe. This bug was hidden on my site due to the CSS of my theme. Thanks for your contribution!