feat: Add PWA support to subdomains (#1915)
* fix: Remove overscroll * Remove title from fixed header in PWA as it's displayed immediately above in application title
This commit is contained in:
@ -94,6 +94,11 @@ const Title = styled(Flex)`
|
||||
${breakpoint("tablet")`
|
||||
flex-grow: 1;
|
||||
`};
|
||||
|
||||
@media (display-mode: standalone) {
|
||||
overflow: hidden;
|
||||
flex-grow: 0 !important;
|
||||
}
|
||||
`;
|
||||
|
||||
const Actions = styled(Flex)`
|
||||
|
Reference in New Issue
Block a user