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:
@ -31,7 +31,7 @@ export default createGlobalStyle`
|
||||
font-size: 16px;
|
||||
line-height: 1.5;
|
||||
color: ${(props) => props.theme.text};
|
||||
|
||||
overscroll-behavior-y: none;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
-webkit-font-smoothing: antialiased;
|
||||
text-rendering: optimizeLegibility;
|
||||
|
Reference in New Issue
Block a user