Skip to content

Commit 94e2b8c

Browse files
fbonzonkarussell
authored andcommitted
Raise z-index of GPX export dialog (graphhopper#825)
Update main.js (forgot to "npm update" before last commit).
1 parent 8a125d4 commit 94e2b8c

File tree

2 files changed

+18
-13
lines changed

2 files changed

+18
-13
lines changed

web/src/main/webapp/css/style.css

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ body {
1818
/*padding-right: 15px; */
1919
}
2020

21-
#info {
21+
#info {
2222
margin-top: 10px;
2323
display: none;
2424
padding: 5px;
@@ -28,7 +28,7 @@ body {
2828
padding-right: 5px;
2929
}
3030

31-
.route_results {
31+
.route_results {
3232
max-height: 40%;
3333
}
3434

@@ -221,7 +221,7 @@ tr.instruction {
221221
border-bottom: #dadada dashed thin;
222222
}
223223

224-
.instructions {
224+
.instructions {
225225
table-layout:fixed;
226226
border-collapse: collapse;
227227
padding-top: 10px;
@@ -321,7 +321,7 @@ td img.pic {
321321
.pointDelete:hover, .pointAdd:hover { cursor: pointer; }
322322
.pointDelete:disabled {
323323
background: red;
324-
}
324+
}
325325

326326
.expandDetails {
327327
color: gray;
@@ -339,13 +339,18 @@ td img.pic {
339339
background-image: linear-gradient(to bottom, white, #e7e7e7);
340340
}
341341

342-
.ui-dialog > .ui-widget-header{
343-
padding:1em;
342+
.ui-dialog {
343+
/* Must be > 700, the z-index of .leaflet-popup-pane */
344+
z-index: 1000;
345+
}
346+
347+
.ui-dialog > .ui-widget-header {
348+
padding: 1em;
344349
border: 1px solid black;
345350
}
346351

347352
.ui-dialog .ui-dialog-content {
348-
padding:1em
353+
padding: 1em;
349354
}
350355

351356
.ui-dialog .ui-widget-content {
@@ -367,8 +372,8 @@ td img.pic {
367372
}
368373

369374
#route_result_tabs {
370-
list-style: none;
371-
padding: 0;
375+
list-style: none;
376+
padding: 0;
372377
margin: 0;
373378
}
374379

@@ -392,7 +397,7 @@ td img.pic {
392397
}
393398

394399
.route_result_tab.current {
395-
display: block;
400+
display: block;
396401
}
397402

398403
#donate_form {

0 commit comments

Comments
 (0)