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