Where are we located?
The MMP has offices, in Mexico, at the Departamento de Investigacion sobre Movimientos
diff --git a/src/styles/global.css b/src/styles/global.css
index e109efe..ccffcb0 100644
--- a/src/styles/global.css
+++ b/src/styles/global.css
@@ -24,7 +24,6 @@
body > * {
grid-column: 2;
- @apply max-w-[1000px];
@apply px-3;
}
@@ -193,4 +192,14 @@
.HoverCardContent[data-side='left'] {
animation-name: slideRightAndFade;
}
+
+ /* Hide scrollbar for Chrome, Safari and Opera */
+ .no-scrollbar::-webkit-scrollbar {
+ display: none;
+ }
+ /* Hide scrollbar for IE, Edge and Firefox */
+ .no-scrollbar {
+ -ms-overflow-style: none; /* IE and Edge */
+ scrollbar-width: none; /* Firefox */
+ }
}
\ No newline at end of file