From 0a810cee8f4f3cfe81472d3ecf3d5d51bff98a5c Mon Sep 17 00:00:00 2001 From: Timofey Boyko Date: Tue, 26 Apr 2022 11:42:34 +0300 Subject: [PATCH] Web:Files:Components: fix position for sharing panel for mobile view --- .../ASC.Files/Client/src/components/panels/StyledPanels.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/products/ASC.Files/Client/src/components/panels/StyledPanels.js b/products/ASC.Files/Client/src/components/panels/StyledPanels.js index 48ab289973..1964a85a3b 100644 --- a/products/ASC.Files/Client/src/components/panels/StyledPanels.js +++ b/products/ASC.Files/Client/src/components/panels/StyledPanels.js @@ -102,6 +102,7 @@ const StyledAsidePanel = styled.div` @media (max-width: 500px) { position: fixed; + top: 64px; bottom: 0; right: 0; @@ -163,7 +164,7 @@ const StyledAddUsersPanelPanel = styled.div` @media (max-width: 500px) { position: fixed; - + top: 64px; bottom: 0; right: 0; @@ -187,7 +188,7 @@ const StyledAddGroupsPanel = styled.div` @media (max-width: 500px) { position: fixed; - + top: 64px; bottom: 0; right: 0; @@ -211,7 +212,7 @@ const StyledEmbeddingPanel = styled.div` @media (max-width: 500px) { position: fixed; - + top: 64px; bottom: 0; right: 0;