From e7a6ec30063fe6d4c8bf94fb3f210aa77c108620 Mon Sep 17 00:00:00 2001 From: tuckpuck Date: Mon, 6 Jan 2025 19:17:25 +0100 Subject: [PATCH] hide horizontal scrollbar on small devices --- css/styles.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/css/styles.css b/css/styles.css index afe71790..72e5caba 100644 --- a/css/styles.css +++ b/css/styles.css @@ -829,11 +829,10 @@ a[class*="nx-cursor-pointer"]:hover .page-in-development::after { overflow-x: auto; -webkit-overflow-scrolling: touch; max-width: 100vw; - overflow: none; white-space: nowrap; } -.table-wrapper::-webkit-scrollbar { +.data-table-wrapper::-webkit-scrollbar { display: none; }