From 322c79f34849ae95910e05e56c573a5aead3c041 Mon Sep 17 00:00:00 2001 From: AllForNothing Date: Fri, 28 Jun 2019 11:14:37 +0800 Subject: [PATCH] fix filter ui bug #7700 Signed-off-by: sshijun --- src/portal/src/styles.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/portal/src/styles.css b/src/portal/src/styles.css index ec72024cf..2bcea8566 100644 --- a/src/portal/src/styles.css +++ b/src/portal/src/styles.css @@ -86,4 +86,8 @@ body { .color-red { color: red; -} \ No newline at end of file +} + +.datagrid-table,.datagrid-header{ + position: inherit !important; +}