From cf7329dce8e9e3925a6705a34b64579ac6e6cc62 Mon Sep 17 00:00:00 2001 From: Dan Date: Tue, 22 Apr 2025 12:14:38 +0700 Subject: [PATCH] Update layout.html.php --- system/admin/views/layout.html.php | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/system/admin/views/layout.html.php b/system/admin/views/layout.html.php index b3092ac..3739a15 100644 --- a/system/admin/views/layout.html.php +++ b/system/admin/views/layout.html.php @@ -388,13 +388,14 @@ transition: visibility 0.5s, opacity 0.8s linear; border: none; font-size:13px; } - .top-link:focus { outline: none; } -table { - overflow: auto; - display: block; +@media all and (max-width: 640px) { + table { + overflow: auto; + display: block; + } }