fix: show scrollbars inside menu
This commit is contained in:
@@ -179,9 +179,9 @@ a {
|
|||||||
@apply items-stretch;
|
@apply items-stretch;
|
||||||
@apply overflow-y-auto;
|
@apply overflow-y-auto;
|
||||||
|
|
||||||
&::-webkit-scrollbar {
|
// &::-webkit-scrollbar {
|
||||||
@apply hidden;
|
// @apply hidden;
|
||||||
}
|
// }
|
||||||
}
|
}
|
||||||
|
|
||||||
hr {
|
hr {
|
||||||
|
|||||||
@@ -74,6 +74,13 @@
|
|||||||
"
|
"
|
||||||
/>
|
/>
|
||||||
<hr />
|
<hr />
|
||||||
|
<SmartItem
|
||||||
|
svg="github"
|
||||||
|
:label="`${$t('app.github')}`"
|
||||||
|
to="https://github.com/hoppscotch/hoppscotch"
|
||||||
|
blank
|
||||||
|
@click.native="$refs.options.tippy().hide()"
|
||||||
|
/>
|
||||||
<SmartItem
|
<SmartItem
|
||||||
svg="twitter"
|
svg="twitter"
|
||||||
:label="`${$t('app.twitter')}`"
|
:label="`${$t('app.twitter')}`"
|
||||||
|
|||||||
@@ -42,6 +42,7 @@
|
|||||||
"contact_us": "Contact us",
|
"contact_us": "Contact us",
|
||||||
"copy": "Copy",
|
"copy": "Copy",
|
||||||
"documentation": "Documentation",
|
"documentation": "Documentation",
|
||||||
|
"github": "GitHub",
|
||||||
"help": "Help & feedback",
|
"help": "Help & feedback",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"invite": "Invite",
|
"invite": "Invite",
|
||||||
|
|||||||
Reference in New Issue
Block a user