浏览代码

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"]{
 footer[role="contentinfo"]{
   // outline: 1px solid pink;
   // outline: 1px solid pink;
-  z-index: 5;
+  z-index: 12;
   position:fixed;
   position:fixed;
   bottom:0;
   bottom:0;
   box-sizing: content-box;
   box-sizing: content-box;

部分文件因为文件数量过多而无法显示