From f8195b600c680e110b3fcd670e017104bb2c7d6c Mon Sep 17 00:00:00 2001 From: MaysWind Date: Mon, 16 May 2016 23:57:54 +0800 Subject: [PATCH] reduce scrollbar width when using mobile device with small screen --- app/styles/aria-ng.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/styles/aria-ng.css b/app/styles/aria-ng.css index 10e818d..6185ba6 100644 --- a/app/styles/aria-ng.css +++ b/app/styles/aria-ng.css @@ -241,6 +241,12 @@ td { background-color: #d4dfe7; } +@media (max-width: 767px) { + ::-webkit-scrollbar { + width: 6px; + } +} + /* task-table */ .task-table { margin-left: 15px;