From b4dbb8d4e6528c70accd02ede48add3de84005bb Mon Sep 17 00:00:00 2001
From: Axel Hahn <ax2002@gmx.net>
Date: Thu, 23 Nov 2023 22:05:33 +0100
Subject: [PATCH] remove borders in schellcmd winboxes

---
 public_html/deployment/main.css | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/public_html/deployment/main.css b/public_html/deployment/main.css
index 136c3ff0..28266af6 100644
--- a/public_html/deployment/main.css
+++ b/public_html/deployment/main.css
@@ -297,7 +297,7 @@ input[type="radio"]:checked+label, input[type="checkbox"]:checked+label{
     color: #cee; 
     font-family: monospace; 
     padding: 0.5em;
-    overflow: scroll; 
+    overflow: auto; 
     white-space: nowrap; 
 }
 .ciwinbox .bar{background: rgba(255,255,255,0.1);}
-- 
GitLab