develop a system for avoiding z-index problems

This commit is contained in:
ansuz
2017-09-13 17:43:17 +02:00
parent fbd4be6135
commit f039fc7ff5
10 changed files with 21 additions and 21 deletions

View File

@@ -117,7 +117,7 @@
.infopages_topbar () {
.cp-topbar {
background: #fff;
z-index: 9001;
z-index: 10000; //Z infopage toolbar
position: fixed;
top: 0;
display: flex;