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.
1 parent e5be000 commit a44ca6aCopy full SHA for a44ca6a
1 file changed
pecan/src/assets/wcars.css
@@ -54,7 +54,7 @@
54
border-bottom: 1px solid var(--wcars-line);
55
padding-bottom: 0.6rem;
56
margin-bottom: 1.1rem;
57
- z-index: 2;
+ z-index: 10; /* must exceed .wcars-grid (z:2) so the settings panel stacks above it */
58
}
59
60
.wcars-header h1 {
@@ -372,7 +372,7 @@
372
373
374
/* ---- Settings panel ---- */
375
-.wcars-settings { position: relative; z-index: 3; }
+.wcars-settings { position: relative; z-index: 11; }
376
.wcars-gear {
377
background: transparent;
378
border: 1px solid var(--wcars-cyan);
@@ -395,7 +395,7 @@
395
396
border-radius: 2px;
397
padding: 1rem 1.1rem;
398
- z-index: 100;
+ z-index: 1000;
399
min-width: 19rem;
400
text-transform: none;
401
letter-spacing: normal;
0 commit comments