-
Notifications
You must be signed in to change notification settings - Fork 129
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
(Modal gallery) close button is hidden on mobile #9
Comments
Hi @bogacg, I have already fixed this, but I haven't push it to npm yet, a quick fix is to add this in your global style until the next update comes .g-btn-close {
z-index: 999;
} |
I didn't work. On mobile selected image is on the center and thumbanails are so on top, I don't even see space for a close-button.. Update Ok I see where the problem is. Because I use Bootstrap static top navbar, it covers |
Can you paste your usage code and a screenshot?
…On Mon, 8 May 2017 at 15:58, Bogac Guven ***@***.***> wrote:
I didn't work. On mobile selected image is on the center and thumbanails
are so on top, I don't even see space for a close-button.
|
We've commented same moment, please see my update comment above. Update Still, I'm not sure if Height property is overwritten on mobile even if it's defined in Update 2
It might also be a good idea to move modal component to |
@bogacg True, we are using From my observation, I can tell that most mobile apps use a full height container for their image browser, that's why I adapted this style. It is pretty difficult to find one solution that satisfy all.
Simply put |
Modal gallery covers whole height on mobile, therefore user can't exit once in gallery.
The text was updated successfully, but these errors were encountered: