Browse Source

Fixed GitHub Ribbon Z-Index for Yoxview

Thomas Buck 10 years ago
parent
commit
a0dfcc98b8
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      static/css/gh-fork-ribbon.css

+ 2
- 2
static/css/gh-fork-ribbon.css View File

22
   -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
22
   -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
23
   box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
23
   box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.5);
24
 
24
 
25
-  z-index: 9999;
25
+  z-index: 2;
26
 }
26
 }
27
 
27
 
28
 .github-fork-ribbon a,
28
 .github-fork-ribbon a,
58
   position: absolute;
58
   position: absolute;
59
   overflow: hidden;
59
   overflow: hidden;
60
   top: 0;
60
   top: 0;
61
-  z-index: 9999;
61
+  z-index: 2;
62
 }
62
 }
63
 
63
 
64
 .github-fork-ribbon-wrapper.fixed {
64
 .github-fork-ribbon-wrapper.fixed {

Loading…
Cancel
Save