Commit 4e6a646
committed
Reduced the
When applying the `sticky-top` extension, it inherited a `z-index` of 1020. This meant the topic information box shows up over the version history dropdown box. Oops.
Oddly, however, simply updating the version history to use a higher `z-index` doesn't solve the problem. In fact, the only way I could resolve it was by _lowering_ the z-index of the `topic-info` class.
It's not entirely clear why `sticky-top` comes with such a high `z-index`, nor why it can't be superceded by a higher `z-index`. But, ultimately, it doesn't really matter as we don't need or want the `z-index` on the topic info box to be high, so moving this down to a baseline value of `10` is just fine for now.z-index of the topic-info
1 parent 3146d53 commit 4e6a646
1 file changed
Lines changed: 1 addition & 0 deletions
File tree
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
0 commit comments