From ae4d6d588405b7d9dca4b7c8a51e0c65a4f834e0 Mon Sep 17 00:00:00 2001 From: Phoenix Eve Aspacio Date: Mon, 28 May 2018 23:10:36 +0800 Subject: [PATCH] [web] fixes unclickable 'access' tab in mobile --- data/web/css/admin.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/data/web/css/admin.css b/data/web/css/admin.css index eb6b64f8..5f4f7c0e 100644 --- a/data/web/css/admin.css +++ b/data/web/css/admin.css @@ -56,4 +56,7 @@ body.modal-open { .thumbnail img { min-height:100px; height:100px; -} \ No newline at end of file +} +.nav-tabs>li>a { + z-index: 1; +}