소스 검색

fixed footer z-index

Bachir Soussi Chiadmi 6 년 전
부모
커밋
c0412724d7

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
sites/all/themes/custom/edlptheme/assets/dist/styles/app.min.css


+ 1 - 1
sites/all/themes/custom/edlptheme/assets/styles/base/_layout.scss

@@ -97,7 +97,7 @@ body.toolbar-horizontal.toolbar-themes.toolbar-no-tabs{
 
 footer[role="contentinfo"]{
   // outline: 1px solid pink;
-  z-index: 5;
+  z-index: 12;
   position:fixed;
   bottom:0;
   box-sizing: content-box;

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.