graphic changes on options scroll to top, manager temporary push bottom
This commit is contained in:
parent
6eb3b72f56
commit
149da10201
@ -27,7 +27,7 @@ export default class Footer extends React.Component
|
||||
return (
|
||||
<footer style={{ position: "relative" }}>
|
||||
{ authenticated && (
|
||||
<Manager style={{ position: "absolute", left: "60px", top: "-210px", minWidth: "730px", zIndex: 10, }} />
|
||||
<Manager style={{ position: "absolute", left: "60px", top: "-150px", minWidth: "730px", zIndex: 10, }} />
|
||||
) }
|
||||
<div className="container">
|
||||
<ul className="column">
|
||||
|
||||
@ -198,6 +198,7 @@ class ChangeGraphicPage extends React.Component
|
||||
|
||||
_handle_onOptions = () =>
|
||||
{
|
||||
window.scrollTo(0, 0);
|
||||
this.setState({ mode_options: true, mode_comparison: false });
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user