mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
Backports the following commits to 6.4: - [dashboard/fullScreen] override z-index override (#21704)
This commit is contained in:
parent
ac063b445f
commit
3cd996032b
1 changed files with 5 additions and 0 deletions
|
@ -59,9 +59,14 @@
|
|||
z-index: 5;
|
||||
}
|
||||
|
||||
/**
|
||||
* 1. override the z-index: 1 applied to all non-eui elements that are in :focus via kui
|
||||
* - see packages/kbn-ui-framework/src/global_styling/reset/_reset.scss
|
||||
*/
|
||||
.exitFullScreenMode:hover,
|
||||
.exitFullScreenMode:focus {
|
||||
transition: all .5s ease;
|
||||
z-index: 10 !important; /* 1. */
|
||||
|
||||
.exitFullScreenModeText {
|
||||
visibility: visible;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue