Fossil SCM
Gave the line-number popup (and related popups) a z-level below that of the default skin's hamburger menu.
Commit
bbef8ce398703cb06e79c0659fd1c2cc18a0ba02ecb26a36facbfb7d56e59ec2
Parent
31af80534869095…
1 file changed
+1
-1
+1
-1
| --- src/default.css | ||
| +++ src/default.css | ||
| @@ -1250,11 +1250,11 @@ | ||
| 1250 | 1250 | padding: 0.2em 1em; |
| 1251 | 1251 | border: 1px solid black; |
| 1252 | 1252 | border-radius: 0.25em; |
| 1253 | 1253 | position: absolute; |
| 1254 | 1254 | display: inline-block; |
| 1255 | - z-index: 100; | |
| 1255 | + z-index: 19/*below default skin's hamburger popup*/; | |
| 1256 | 1256 | box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.75); |
| 1257 | 1257 | background-color: inherit; |
| 1258 | 1258 | } |
| 1259 | 1259 | |
| 1260 | 1260 | .fossil-toast-message { |
| 1261 | 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: 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 |