Skip to content
This repository was archived by the owner on May 13, 2024. It is now read-only.

Commit 0ef6501

Browse files
authored
Merge pull request #376 from brave/private-vh
Update index.ts
2 parents f0ab979 + a9e1370 commit 0ef6501

File tree

1 file changed

+1
-1
lines changed
  • src/features/newTab/private/page

1 file changed

+1
-1
lines changed

src/features/newTab/private/page/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export const Page = styled<PageProps, 'div'>('div')`
1212
box-sizing: border-box;
1313
-webkit-font-smoothing: antialiased;
1414
background: linear-gradient(${p => p.isPrivate ? '#381980' : '#5F0C8A'}, #0C041E);
15-
min-height: 100%;
15+
min-height: 100vh;
1616
height: initial;
1717
`
1818

0 commit comments

Comments
 (0)