diff --git a/src/index.html b/src/index.html index 3098aa7..e0141f9 100644 --- a/src/index.html +++ b/src/index.html @@ -7,17 +7,16 @@ - + + + - + - - - diff --git a/src/styles.scss b/src/styles.scss index 3d85212..bdd786e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -207,6 +207,10 @@ a[data-toggle="collapse"] { text-align: center; } +.mat-column-select { + overflow: initial; +} + @media (max-width: 768px) { #sidebar { margin-left: 0; @@ -297,3 +301,6 @@ a[data-toggle="collapse"] { } } + +html, body { height: 100%; } +body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }