summaryrefslogtreecommitdiffstats
path: root/webapp/src/components/DataTable.vue
diff options
context:
space:
mode:
Diffstat (limited to 'webapp/src/components/DataTable.vue')
-rw-r--r--webapp/src/components/DataTable.vue4
1 files changed, 2 insertions, 2 deletions
diff --git a/webapp/src/components/DataTable.vue b/webapp/src/components/DataTable.vue
index 27d8d77..c845303 100644
--- a/webapp/src/components/DataTable.vue
+++ b/webapp/src/components/DataTable.vue
@@ -542,8 +542,8 @@ export default {
}
.table-row ::-webkit-scrollbar {
- width: 3px;
- height: 3px;
+ width: 6px;
+ height: 6px;
}
.table-row > div, .table-head > div {