Web: Client: fixed position profile menu drop down

This commit is contained in:
Dmitry Sychugov 2021-12-02 18:58:43 +05:00
parent 3a50fca3cc
commit e60c082a1d

View File

@ -85,8 +85,8 @@ class ProfileMenu extends React.Component {
open,
forwardedRef,
} = this.props;
const right = isTablet ? "6px" : "12px";
const top = "66px";
const right = isTablet ? "4px" : "8px";
const top = "62px";
return (
<DropDown