diff --git a/src/index.css b/src/index.css index dab4471..d6b027d 100644 --- a/src/index.css +++ b/src/index.css @@ -19,14 +19,23 @@ background: transparent; } -::-webkit-scrollbar-thumb { - @apply rounded-box bg-primary; -} - ::-webkit-scrollbar:vertical { - width: 6px; + width: 0px; } ::-webkit-scrollbar:horizontal { - height: 6px; + height: 0px; +} + +@media (min-width: 640px) { + ::-webkit-scrollbar-thumb { + @apply rounded-box bg-primary; + } + ::-webkit-scrollbar:vertical { + width: 6px; + } + + ::-webkit-scrollbar:horizontal { + height: 6px; + } } diff --git a/src/pages/Rules.tsx b/src/pages/Rules.tsx index 2eae057..386dae0 100644 --- a/src/pages/Rules.tsx +++ b/src/pages/Rules.tsx @@ -72,10 +72,10 @@ export default () => { 0}>
-

+

{t('ruleProviders')}