Fossil SCM

Gave the line-number popup (and related popups) a z-level below that of the default skin's hamburger menu.

stephan 2020-08-20 20:40 trunk
Commit bbef8ce398703cb06e79c0659fd1c2cc18a0ba02ecb26a36facbfb7d56e59ec2
1 file changed +1 -1
+1 -1
--- src/default.css
+++ src/default.css
@@ -1250,11 +1250,11 @@
12501250
padding: 0.2em 1em;
12511251
border: 1px solid black;
12521252
border-radius: 0.25em;
12531253
position: absolute;
12541254
display: inline-block;
1255
- z-index: 100;
1255
+ z-index: 19/*below default skin's hamburger popup*/;
12561256
box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
12571257
background-color: inherit;
12581258
}
12591259
12601260
.fossil-toast-message {
12611261
--- src/default.css
+++ src/default.css
@@ -1250,11 +1250,11 @@
1250 padding: 0.2em 1em;
1251 border: 1px solid black;
1252 border-radius: 0.25em;
1253 position: absolute;
1254 display: inline-block;
1255 z-index: 100;
1256 box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
1257 background-color: inherit;
1258 }
1259
1260 .fossil-toast-message {
1261
--- src/default.css
+++ src/default.css
@@ -1250,11 +1250,11 @@
1250 padding: 0.2em 1em;
1251 border: 1px solid black;
1252 border-radius: 0.25em;
1253 position: absolute;
1254 display: inline-block;
1255 z-index: 19/*below default skin's hamburger popup*/;
1256 box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75);
1257 background-color: inherit;
1258 }
1259
1260 .fossil-toast-message {
1261

Keyboard Shortcuts

Open search /
Next entry (timeline) j
Previous entry (timeline) k
Open focused entry Enter
Show this help ?
Toggle theme Top nav button