| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 58b64ce commit f195537
4 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,4 +1,5 @@ | |||
| 1 | 1 | @import '../gitlab/style.scss'; | |
| 2 | + @import '../../global-styles/variables.scss'; | ||
| 2 | 3 | ||
| 3 | 4 | .hover-overlay-mount__phabricator { | |
| 4 | 5 | .hover-overlay { | |
@@ -18,3 +19,7 @@ | |||
| 18 | 19 | } | |
| 19 | 20 | } | |
| 20 | 21 | } | |
| 22 | + | ||
| 23 | + .hover-overlay { | ||
| 24 | + z-index: $default-z-index; | ||
| 25 | + } | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,5 @@ | |||
| 1 | 1 | .hover-overlay-mount__gitlab { | |
| 2 | 2 | .hover-overlay { | |
| 3 | - z-index: 999; | ||
| 4 | - | ||
| 5 | 3 | code { | |
| 6 | 4 | background: none; | |
| 7 | 5 | color: unset; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -0,0 +1 @@ | |||
| 1 | + $default-z-index: 2000; | ||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,8 +1,10 @@ | |||
| 1 | + @import '../global-styles/variables.scss'; | ||
| 2 | + | ||
| 1 | 3 | .tree-mount { | |
| 2 | 4 | position: fixed; | |
| 3 | 5 | top: 0; | |
| 4 | 6 | left: 0; | |
| 5 | - z-index: 2000; | ||
| 7 | + z-index: $default-z-index - 1; | ||
| 6 | 8 | width: 100%; | |
| 7 | 9 | pointer-events: none; | |
| 8 | 10 | height: 100%; | |
| Back | FazBrowse Home | New Git URL |
0 commit comments