[web] fixes unclickable 'access' tab in mobile

master
Phoenix Eve Aspacio 2018-05-28 23:10:36 +08:00 committed by GitHub
parent e7130a8640
commit ae4d6d5884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 1 deletions

View File

@ -56,4 +56,7 @@ body.modal-open {
.thumbnail img {
min-height:100px;
height:100px;
}
}
.nav-tabs>li>a {
z-index: 1;
}