Merge: + client: Make default table height 100%

Squashed commit of the following:

commit d6b07ae070b5ec826dbe3e226e326f9d52b8c7d1
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Apr 29 16:57:22 2020 +0300

    Limit dasboard tables height

commit 6b42f7a1e3cb82e1b792dd352717a3ffa9566b4b
Author: ArtemBaskal <a.baskal@adguard.com>
Date:   Wed Apr 29 16:44:08 2020 +0300

    + client: Make default table height 100%
This commit is contained in:
Artem Baskal
2020-04-29 19:09:00 +03:00
parent ab1ab30e6f
commit 2837502a7b
5 changed files with 18 additions and 8 deletions

View File

@@ -10,6 +10,11 @@
}
.card-table-overflow {
overflow-y: auto;
max-height: 100%;
}
.card-table-overflow--limited {
overflow-y: auto;
max-height: 280px;
}