-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
card-columns and google maps issue #28891
Comments
Can you provide a live demo with a reduced test case? |
Will work on it now
… On 11 Jun 2019, at 10:19, Florian Lacreuse ***@***.***> wrote:
Can you provide a live demo with a reduced test case?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#28891?email_source=notifications&email_token=ADFSA2DJDTPHJCGVVZH4D73PZ5NXRA5CNFSM4HW3JGA2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODXMKD3Y#issuecomment-500736495>, or mute the thread <https://github.com/notifications/unsubscribe-auth/ADFSA2BJEQHTIRRHBBNBRDDPZ5NXRANCNFSM4HW3JGAQ>.
|
I have created two fiddles. The only difference is one uses 'card-deck' and the other 'card-columns'. With card-columns, you cannot click the button as a hidden part of the map is in the way. In fact you can even drag the map from over the button: https://jsfiddle.net/cjshaw/ws46qbv1/ With card-deck, you can click the button and everything works as you would expect: https://jsfiddle.net/cjshaw/ws46qbv1/1/ |
Card columns use the Food for thought on eliminating the |
I don't think its a Bootstrap issue ... it only happens in Google Chrome. |
Closing as a won’t/can’t fix. |
Good day,
There is a silly bug when you insert a google map in a card div, inside a card-columns div and it seems to be something to do with the column count property. There are 4 div's in my case, 2 below and 2 above the map that prevent any other element being clicked. In my example below, the update address button cannot be clicked.
I have tried playing around with the z-index of the button, but this does not work.
The text was updated successfully, but these errors were encountered: