fix: Mobile styling bugs

This commit is contained in:
Tom Moor
2023-08-11 22:26:40 +02:00
parent f5d2c7890a
commit 8830773acb
2 changed files with 2 additions and 2 deletions

View File

@@ -151,7 +151,7 @@ const ContextMenu: React.FC<Props> = ({
ref={backgroundRef}
hiddenScrollbars
style={
topAnchor
topAnchor && !isMobile
? {
maxHeight,
}

View File

@@ -138,7 +138,7 @@ function DocumentHeader({
to={documentEditPath(document)}
neutral
>
{t("Edit")}
{isMobile ? null : t("Edit")}
</Button>
</Tooltip>
</Action>