Auto adapt height of popup

This commit is contained in:
Chi Vinh Le
2018-08-22 19:29:25 +02:00
parent 21cad87ffd
commit 89749926c6
10 changed files with 110 additions and 73 deletions
+3 -2
View File
@@ -1,7 +1,7 @@
/* Here we add global stylings for body and document */
:global {
body {
margin: "0";
margin: 0;
/* Support for all WebKit browsers. */
-webkit-font-smoothing: antialiased;
@@ -12,5 +12,6 @@
.root {
width: 100%;
padding-top: calc(5 * var(--spacing-unit));
padding: var(--spacing-unit);
box-sizing: border-box;
}