better masking and fix ui bug for live events

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-04-16 13:56:48 +02:00
parent a8346ed7d5
commit 8ec4cc2058
3 changed files with 18 additions and 5 deletions

View File

@@ -156,3 +156,13 @@
.recharts-wrapper .recharts-cartesian-grid-horizontal line:last-child {
stroke-opacity: 0;
}
.hide-scrollbar::-webkit-scrollbar {
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}