mirror of
https://github.com/elyby/accounts-frontend.git
synced 2025-05-31 14:11:58 +05:30
#139: preserve scrollTop, after open-close popup
This commit is contained in:
@@ -14,7 +14,7 @@ import messages from './RootPage.intl.json';
|
||||
function RootPage(props) {
|
||||
return (
|
||||
<div className={styles.root}>
|
||||
<div className={classNames(styles.root, {
|
||||
<div id="view-port" className={classNames(styles.viewPort, {
|
||||
[styles.isPopupActive]: props.isPopupActive
|
||||
})}>
|
||||
<div className={styles.header}>
|
||||
|
||||
Reference in New Issue
Block a user