We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9318afa + c745664 commit 45c82c4Copy full SHA for 45c82c4
examples/mapInModalDialog.html
@@ -11,6 +11,12 @@
11
<script src="../dist/locationpicker.jquery.min.js"></script>
12
<title>Simple example</title>
13
<meta name="viewport" content="width=device-width, initial-scale=1.0">
14
+ <style>
15
+ /* style overrides for bootstrap/google map conflicts */
16
+ .gm-style img {max-width: none;}
17
+ .gm-style label {width: auto; display:inline;}
18
+ .pac-container {z-index:2000 !important;}
19
+ </style>
20
</head>
21
<body>
22
<button data-target="#us6-dialog" data-toggle="modal">Click hear to open dialog</button>
@@ -70,4 +76,4 @@ <h4 class="modal-title">Modal title</h4>
70
76
</div><!-- /.modal-dialog -->
71
77
</div><!-- /.modal -->
72
78
</body>
73
-</html>
79
+</html>
0 commit comments