modify app.css

This commit is contained in:
Noe 2023-10-26 16:39:08 +02:00
parent 0a91445ddd
commit 77a5bd2eb6
1 changed files with 4 additions and 5 deletions

View File

@ -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;
}