[web] fixes unclickable 'access' tab in mobile

This commit is contained in:
Phoenix Eve Aspacio
2018-05-28 23:10:36 +08:00
committed by GitHub
parent e7130a8640
commit ae4d6d5884

View File

@@ -57,3 +57,6 @@ body.modal-open {
min-height:100px;
height:100px;
}
.nav-tabs>li>a {
z-index: 1;
}