##// END OF EJS Templates
style: fixed active shadow z-index messing up with quick access dropdown
dan -
r3945:cc085be6 default
parent child Browse files
Show More
@@ -746,7 +746,6 b' input.filediff-collapse-state {'
746 transform: translate3d(0, 0, 0);
746 transform: translate3d(0, 0, 0);
747 will-change: position, transform;
747 will-change: position, transform;
748 height: 65px;
748 height: 65px;
749 z-index: 30;
750 background-color: #fff;
749 background-color: #fff;
751 padding: 5px 0px;
750 padding: 5px 0px;
752 }
751 }
@@ -761,18 +760,24 b' input.filediff-collapse-state {'
761 }
760 }
762
761
763 .is-affixed {
762 .is-affixed {
763
764 .sidebar__inner {
765 z-index: 30;
766 }
767
764 .sidebar_inner_shadow {
768 .sidebar_inner_shadow {
765 position: fixed;
769 position: fixed;
766 top: 75px;
770 top: 75px;
767 right: -100%;
771 right: -100%;
768 left: -100%;
772 left: -100%;
769 z-index: 28;
773 z-index: 30;
770 display: block;
774 display: block;
771 height: 5px;
775 height: 5px;
772 content: "";
776 content: "";
773 background: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.001)) repeat-x 0 0;
777 background: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.001)) repeat-x 0 0;
774 border-top: 1px solid rgba(0, 0, 0, 0.15);
778 border-top: 1px solid rgba(0, 0, 0, 0.15);
775 }
779 }
780
776 .fpath-placeholder {
781 .fpath-placeholder {
777 visibility: visible !important;
782 visibility: visible !important;
778 }
783 }
General Comments 0
You need to be logged in to leave comments. Login now