fix: show scrollbars inside menu

This commit is contained in:
liyasthomas
2021-09-20 14:56:25 +05:30
parent d938af0c2c
commit 44026fcd41
3 changed files with 11 additions and 3 deletions

View File

@@ -179,9 +179,9 @@ a {
@apply items-stretch;
@apply overflow-y-auto;
&::-webkit-scrollbar {
@apply hidden;
}
// &::-webkit-scrollbar {
// @apply hidden;
// }
}
hr {

View File

@@ -74,6 +74,13 @@
"
/>
<hr />
<SmartItem
svg="github"
:label="`${$t('app.github')}`"
to="https://github.com/hoppscotch/hoppscotch"
blank
@click.native="$refs.options.tippy().hide()"
/>
<SmartItem
svg="twitter"
:label="`${$t('app.twitter')}`"

View File

@@ -42,6 +42,7 @@
"contact_us": "Contact us",
"copy": "Copy",
"documentation": "Documentation",
"github": "GitHub",
"help": "Help & feedback",
"home": "Home",
"invite": "Invite",