Merge pull request #790 from GoogleChromeLabs/button-position

This commit is contained in:
Surma
2020-08-04 09:51:26 +01:00
committed by GitHub

View File

@@ -33,6 +33,7 @@
height: 100%; height: 100%;
box-sizing: border-box; box-sizing: border-box;
overscroll-behavior: contain; overscroll-behavior: contain;
position: relative;
} }
.logo-container { .logo-container {