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

[Bug] The Submit button does not display properly #83

Open
NoverNobida opened this issue Apr 28, 2020 · 0 comments
Open

[Bug] The Submit button does not display properly #83

NoverNobida opened this issue Apr 28, 2020 · 0 comments

Comments

@NoverNobida
Copy link

Describe the bug
On the mobilebrowser, this button will overwrite the menu like this.

Maybe

.input-group-prepend .btn {
 position:relative;
 z-index:2
}

should be

.input-group-prepend .btn {
 position:relative;
 z-index:auto
}

Screenshots
Snipaste_2020-04-28_15-13-13

Snipaste_2020-04-28_15-13-44

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

1 participant