fix for three dots menu getting covered up by footer issue: #11227 (#11857)

This commit is contained in:
Arun Sojan Parolikkal
2020-02-17 20:26:33 +05:30
committed by GitHub
parent f40bb9e91d
commit b362b36e16

View File

@@ -326,7 +326,7 @@
.footer-row {
margin: 0;
flex: 0 1 auto;
z-index: 17;
z-index: 10;
}
footer {