mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
[Lens] Fixes clickable timepicker in dashboards when inline editing is on (#168018)
## Summary
Closes https://github.com/elastic/kibana/issues/168014

This commit is contained in:
parent
c9f29f2719
commit
5bd9b9dac6
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
padding-left: $euiFormMaxWidth;
|
||||
margin-left: -$euiFormMaxWidth;
|
||||
pointer-events: none;
|
||||
> * {
|
||||
.euiFlyoutFooter {
|
||||
pointer-events: auto;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue