From 77a5bd2eb623c68b5999e5041dc33b41ba95406c Mon Sep 17 00:00:00 2001 From: Noe Date: Thu, 26 Oct 2023 16:39:08 +0200 Subject: [PATCH] modify app.css --- typescript/frontend-marios2/src/App.css | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/typescript/frontend-marios2/src/App.css b/typescript/frontend-marios2/src/App.css index e0070014d..c385c7151 100644 --- a/typescript/frontend-marios2/src/App.css +++ b/typescript/frontend-marios2/src/App.css @@ -1,10 +1,9 @@ /* Disable text selection for the entire page */ -body { +.mainframe { user-select: none; } -/* Style the selected text */ -::selection { - background-color: transparent; /* Set the background color to transparent */ - color: #000; /* Set the text color for selected text */ + +.apexcharts-toolbar { + display: none !important; } \ No newline at end of file