[Logs UI] Fix z-index of logs page toolbar#54469
Merged
afgomez merged 6 commits intoelastic:masterfrom Jan 20, 2020
Merged
Conversation
Contributor
|
Pinging @elastic/logs-metrics-ui (Team:logs-metrics-ui) |
Contributor
Author
|
@elasticmachine merge upstream |
weltenwort
reviewed
Jan 13, 2020
Member
weltenwort
left a comment
There was a problem hiding this comment.
👀 Reviewing on behalf of @elastic/logs-metrics-ui...
weltenwort
reviewed
Jan 13, 2020
Member
weltenwort
left a comment
There was a problem hiding this comment.
We encoutered a problem like that before in the log analysis setup screen. react-datepicker has unfortunate z-index values, which we overrode in
FixedDatePicker and re-use it here?
Contributor
Author
I'll give it a shot, but if we takes me more than 1 hour I think it's better to merge this as it is. I'm getting rid of the datepicker in #54280 anyway |
Contributor
Author
|
@elasticmachine merge upstream |
weltenwort
approved these changes
Jan 17, 2020
| import { LogPositionState } from '../../../containers/logs/log_position'; | ||
| import { Source } from '../../../containers/source'; | ||
| import { WithKueryAutocompletion } from '../../../containers/with_kuery_autocompletion'; | ||
| import euiStyled from '../../../../../../common/eui_styled_components'; |
Contributor
💚 Build SucceededHistory
To update your PR or re-run it, just comment with: |
afgomez
pushed a commit
to afgomez/kibana
that referenced
this pull request
Jan 20, 2020
* Fix z-index of logs page toolbar * Extract `FixedDatePicker` from log setup page, and use it in the stream page * Clean unused import Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
afgomez
pushed a commit
to afgomez/kibana
that referenced
this pull request
Jan 20, 2020
* Fix z-index of logs page toolbar * Extract `FixedDatePicker` from log setup page, and use it in the stream page * Clean unused import Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
afgomez
pushed a commit
that referenced
this pull request
Jan 21, 2020
* Fix z-index of logs page toolbar * Extract `FixedDatePicker` from log setup page, and use it in the stream page * Clean unused import Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
afgomez
pushed a commit
that referenced
this pull request
Jan 21, 2020
* Fix z-index of logs page toolbar * Extract `FixedDatePicker` from log setup page, and use it in the stream page * Clean unused import Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com> Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
gmmorris
added a commit
to gmmorris/kibana
that referenced
this pull request
Jan 21, 2020
* master: [State Management] remove AppState from Dashboard app (elastic#54105) Expose fatalErrors API from the Start contract (elastic#55300) [BUG] Data fetching twice on discover timefilter change (elastic#55279) [Mappings editor] Add missing max_shingle_size parameter to search_as_you_type (elastic#55161) [Logs UI] Fix z-index of logs page toolbar (elastic#54469) removes CTA from Task Manager info message (elastic#55334)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #54449
The header of the log stream overlaps with the datepicker. This PR adjust the z-index of the logs toolbar to prevent it from happening.