graphic changes on options scroll to top, manager temporary push bottom

This commit is contained in:
merelendor 2022-08-25 10:11:23 +03:00
parent 6eb3b72f56
commit 149da10201
2 changed files with 2 additions and 1 deletions

View File

@ -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">

View File

@ -198,6 +198,7 @@ class ChangeGraphicPage extends React.Component
_handle_onOptions = () =>
{
window.scrollTo(0, 0);
this.setState({ mode_options: true, mode_comparison: false });
}