fix(frontend): update overflow issues with seasons + email (#217)

* fix(frontend): update overflow issues with seasons + email. Add all message for full seasons

bug #216

* fix: update i18n json files
This commit is contained in:
Alex Zoitos
2020-12-08 22:34:09 -05:00
committed by GitHub
parent 8da357aea0
commit 2d0afb29d3
8 changed files with 616 additions and 382 deletions

View File

@@ -36,3 +36,14 @@ body {
.error-message {
@apply flex items-center justify-center text-center text-gray-300 relative top-0 left-0 bottom-0 right-0 h-screen flex-col;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.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 */
}