Fix Kebab
This commit is contained in:
parent
b2b1692525
commit
b2763e4bf0
1 changed files with 2 additions and 2 deletions
|
@ -57,8 +57,8 @@ export default function HeaderProfileMenuButton(props: HeaderMenuButtonProps) {
|
||||||
<Global
|
<Global
|
||||||
styles={{
|
styles={{
|
||||||
body: {
|
body: {
|
||||||
'overflow-y': 'scroll !important',
|
overflowY: 'scroll !important',
|
||||||
'padding-right': '0px !important',
|
paddingRight: '0px !important',
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Reference in a new issue