Skip to content

Commit 9510113

Browse files
committed
Fixed scrollbar_issue
1 parent 0b72f53 commit 9510113

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/components/Header/NavLink.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ const NavLink = ({ label, id, children, header, route, title }) => {
6363
anchorOrigin={{ horizontal: 'left', vertical: 'bottom' }}
6464
transformOrigin={{ horizontal: 'left', vertical: 'top' }}
6565
PopoverClasses={{ paper: classes.popover }}
66+
disableScrollLock={true}
6667
{...bindMenu(popupState)}
6768
>
6869
<div>{children}</div>

src/pages/Privacy/PopUp.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ const useStyles = makeStyles((theme) => ({
1414
height: '206px',
1515
zIndex: 50000,
1616
position: 'fixed',
17-
right: '1.51%',
18-
bottom: '0.5%',
17+
right: '2px',
18+
bottom: '2px',
1919
},
2020
title: {
2121
fontSize: '20px',

0 commit comments

Comments
 (0)