[web] fixes unclickable 'access' tab in mobile
parent
e7130a8640
commit
ae4d6d5884
|
@ -56,4 +56,7 @@ body.modal-open {
|
|||
.thumbnail img {
|
||||
min-height:100px;
|
||||
height:100px;
|
||||
}
|
||||
}
|
||||
.nav-tabs>li>a {
|
||||
z-index: 1;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue