From 76f81c4390b6d8cb3cf66ac7378d9a077b6a16b8 Mon Sep 17 00:00:00 2001 From: Ian Yenien Serrano <63758389+yenienserrano@users.noreply.github.com> Date: Thu, 14 Nov 2024 17:36:53 +0100 Subject: [PATCH] Fix filter by value in document details in safari (#7151) * Fix styles * Add changelog --- CHANGELOG.md | 1 + plugins/main/public/components/common/doc-viewer/doc-viewer.scss | 1 + 2 files changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c55d95f826..16f51e6038 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,7 @@ All notable changes to the Wazuh app project will be documented in this file. - Fixed the Mitre ATT&CK exception in the agent view, the redirections of ID, Tactics, Dashboard Icon and Event Icon in the drop-down menu and the card not displaying information when the flyout was opened [#7116](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7116) - Fixed the filter are displayed cropped on screens of 575px to 767px in vulnerability detection module [#7047](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7047) - Fixed ability to filter from files inventory details flyout of File Integrity Monitoring [#7119](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7119) +- Fixed filter by value in document details in safari [#7151](https://github.com/wazuh/wazuh-dashboard-plugins/pull/7151) ### Removed diff --git a/plugins/main/public/components/common/doc-viewer/doc-viewer.scss b/plugins/main/public/components/common/doc-viewer/doc-viewer.scss index 7f46b8f7c9..6448a61f4d 100644 --- a/plugins/main/public/components/common/doc-viewer/doc-viewer.scss +++ b/plugins/main/public/components/common/doc-viewer/doc-viewer.scss @@ -23,6 +23,7 @@ font-family: $euiCodeFontFamily; } + td, tr { position: relative; }