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:
@@ -10,6 +10,11 @@
|
||||
}
|
||||
|
||||
.card-table-overflow {
|
||||
overflow-y: auto;
|
||||
max-height: 100%;
|
||||
}
|
||||
|
||||
.card-table-overflow--limited {
|
||||
overflow-y: auto;
|
||||
max-height: 280px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user