- client: fix popover in the dashboard tables

This commit is contained in:
Ildar Kamalov
2019-10-11 12:54:44 +03:00
parent d23fdaf18f
commit 271ff4fe83
3 changed files with 8 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
.stats__table .popover__body {
left: 0;
left: -10px;
min-width: 270px;
transform: none;
}
.stats__table .popover__body:after {
left: 13px;
left: 23px;
}
.stats__table .rt-tr-group:first-child .popover__body,