##// 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 746 transform: translate3d(0, 0, 0);
747 747 will-change: position, transform;
748 748 height: 65px;
749 z-index: 30;
750 749 background-color: #fff;
751 750 padding: 5px 0px;
752 751 }
@@ -761,18 +760,24 b' input.filediff-collapse-state {'
761 760 }
762 761
763 762 .is-affixed {
763
764 .sidebar__inner {
765 z-index: 30;
766 }
767
764 768 .sidebar_inner_shadow {
765 769 position: fixed;
766 770 top: 75px;
767 771 right: -100%;
768 772 left: -100%;
769 z-index: 28;
773 z-index: 30;
770 774 display: block;
771 775 height: 5px;
772 776 content: "";
773 777 background: linear-gradient(rgba(0, 0, 0, 0.075), rgba(0, 0, 0, 0.001)) repeat-x 0 0;
774 778 border-top: 1px solid rgba(0, 0, 0, 0.15);
775 779 }
780
776 781 .fpath-placeholder {
777 782 visibility: visible !important;
778 783 }
General Comments 0
You need to be logged in to leave comments. Login now