From 20cde369c675ed0ea26f8aebdc7b09a2734ff637 Mon Sep 17 00:00:00 2001 From: Artem Dzhereleiko Date: Wed, 17 Aug 2022 17:07:16 +0300 Subject: [PATCH] UI: Fixed entity details shift --- .../home/components/entity/entities-table.component.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss b/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss index 6f9fcc2102..eefcbb5044 100644 --- a/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss +++ b/ui-ngx/src/app/modules/home/components/entity/entities-table.component.scss @@ -19,6 +19,11 @@ width: 100%; height: 100%; display: block; + + mat-drawer-container { + overflow: clip; + } + .tb-entity-table { .tb-entity-table-content { width: 100%;