better masking and fix ui bug for live events
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user