build fix

This commit is contained in:
Eugene Pankov
2018-08-10 11:01:13 +02:00
parent 0e86894d81
commit 0b56259a36
5 changed files with 31 additions and 12 deletions

View File

@@ -66,3 +66,9 @@
[ngbradiogroup] input[type="radio"] {
display: none;
}
body {
min-height: 100vh;
overflow: hidden;
background: rgba(0,0,0,.4);
}