diff options
author | eug-vs <eug-vs@keemail.me> | 2020-08-13 20:50:31 +0300 |
---|---|---|
committer | eug-vs <eug-vs@keemail.me> | 2020-08-13 20:50:31 +0300 |
commit | 4109cd1b2fca7e4934f0aba1c3a7fabab62270bb (patch) | |
tree | 4b01a1900f4afe90d415e168cd08d5c26bd5721f /src/containers/Page/Page.tsx | |
parent | f62b506a05e4024d15a68a7441f320bae557df06 (diff) | |
download | which-ui-4109cd1b2fca7e4934f0aba1c3a7fabab62270bb.tar.gz |
feat: create AttachLink component
Diffstat (limited to 'src/containers/Page/Page.tsx')
-rw-r--r-- | src/containers/Page/Page.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/Page/Page.tsx b/src/containers/Page/Page.tsx index 19cf6aa..848ca1d 100644 --- a/src/containers/Page/Page.tsx +++ b/src/containers/Page/Page.tsx @@ -36,7 +36,7 @@ const Page: React.FC = () => { preventDuplicate maxSnack={isMobile ? 1 : 3} anchorOrigin={{ - vertical: isMobile ? 'top' : 'bottom', + vertical: 'top', horizontal: 'right' }} > |