mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[8.10] [Security Solution][Investigations] - Fix resolver full screen background (#164877) (#164895)
# Backport This will backport the following commits from `main` to `8.10`: - [[Security Solution][Investigations] - Fix resolver full screen background (#164877)](https://github.com/elastic/kibana/pull/164877) <!--- Backport version: 8.9.7 --> ### Questions ? Please refer to the [Backport tool documentation](https://github.com/sqren/backport) <!--BACKPORT [{"author":{"name":"Michael Olorunnisola","email":"michael.olorunnisola@elastic.co"},"sourceCommit":{"committedDate":"2023-08-25T19:32:23Z","message":"[Security Solution][Investigations] - Fix resolver full screen background (#164877)\n\n## Summary\r\n\r\nAddresses: https://github.com/elastic/kibana/issues/164813\r\n\r\nAdded a background to the full screen overlay:\r\n\r\n<img width=\"1676\" alt=\"Screenshot 2023-08-25 at 1 10 35 PM\"\r\nsrc=\"2cda15bb
-9e1b-4897-8ba8-54a74e89b6f1\">\r\n\r\n\r\ndark mode:\r\n\r\n<img width=\"1722\" alt=\"Screenshot 2023-08-25 at 1 34 23 PM\"\r\nsrc=\"19a82077
-5612-4de2-9020-1238a6d6d7d4\">","sha":"15da1b5d7d423f2c12222fcd0fd8e24f54b7b233","branchLabelMapping":{"^v8.11.0$":"main","^v(\\d+).(\\d+).\\d+$":"$1.$2"}},"sourcePullRequest":{"labels":["bug","release_note:skip","Team:Threat Hunting:Investigations","v8.10.0","v8.11.0"],"number":164877,"url":"https://github.com/elastic/kibana/pull/164877","mergeCommit":{"message":"[Security Solution][Investigations] - Fix resolver full screen background (#164877)\n\n## Summary\r\n\r\nAddresses: https://github.com/elastic/kibana/issues/164813\r\n\r\nAdded a background to the full screen overlay:\r\n\r\n<img width=\"1676\" alt=\"Screenshot 2023-08-25 at 1 10 35 PM\"\r\nsrc=\"2cda15bb
-9e1b-4897-8ba8-54a74e89b6f1\">\r\n\r\n\r\ndark mode:\r\n\r\n<img width=\"1722\" alt=\"Screenshot 2023-08-25 at 1 34 23 PM\"\r\nsrc=\"19a82077
-5612-4de2-9020-1238a6d6d7d4\">","sha":"15da1b5d7d423f2c12222fcd0fd8e24f54b7b233"}},"sourceBranch":"main","suggestedTargetBranches":["8.10"],"targetPullRequestStates":[{"branch":"8.10","label":"v8.10.0","labelRegex":"^v(\\d+).(\\d+).\\d+$","isSourceBranch":false,"state":"NOT_CREATED"},{"branch":"main","label":"v8.11.0","labelRegex":"^v8.11.0$","isSourceBranch":true,"state":"MERGED","url":"https://github.com/elastic/kibana/pull/164877","number":164877,"mergeCommit":{"message":"[Security Solution][Investigations] - Fix resolver full screen background (#164877)\n\n## Summary\r\n\r\nAddresses: https://github.com/elastic/kibana/issues/164813\r\n\r\nAdded a background to the full screen overlay:\r\n\r\n<img width=\"1676\" alt=\"Screenshot 2023-08-25 at 1 10 35 PM\"\r\nsrc=\"2cda15bb
-9e1b-4897-8ba8-54a74e89b6f1\">\r\n\r\n\r\ndark mode:\r\n\r\n<img width=\"1722\" alt=\"Screenshot 2023-08-25 at 1 34 23 PM\"\r\nsrc=\"19a82077
-5612-4de2-9020-1238a6d6d7d4\">","sha":"15da1b5d7d423f2c12222fcd0fd8e24f54b7b233"}}]}] BACKPORT--> Co-authored-by: Michael Olorunnisola <michael.olorunnisola@elastic.co>
This commit is contained in:
parent
9c27217697
commit
841ad533c2
1 changed files with 1 additions and 0 deletions
|
@ -50,6 +50,7 @@ const OverlayContainer = styled.div`
|
|||
`;
|
||||
|
||||
const FullScreenOverlayStyles = css`
|
||||
background-color: ${({ theme }) => `${theme.eui.euiColorEmptyShade};`}
|
||||
position: fixed;
|
||||
top: 0;
|
||||
bottom: 2em;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue