-
Notifications
You must be signed in to change notification settings - Fork 8.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[typeahead] Set top position #7873
Conversation
LGTM on Chrome 51 on Windows |
LGTM on Chrome 52 Mac |
LGTM, Chrome 52 and Firefox 45 on Mac. |
--------- **Commit 1:** [typeahead] Set top position * Original sha: dccc3be * Authored by Jonathan Budzenski <[email protected]> on 2016-07-27T23:07:00Z
--------- **Commit 1:** [typeahead] Set top position * Original sha: dccc3be * Authored by Jonathan Budzenski <[email protected]> on 2016-07-27T23:07:00Z
Hm, you might want to do |
[typeahead] Set top position Former-commit-id: a039064
`v95.3.0` ⏩ `v95.4.0` _[Questions? Please see our Kibana upgrade FAQ.](https://github.com/elastic/eui/blob/main/wiki/eui-team-processes/upgrading-kibana.md#faq-for-kibana-teams)_ --- ## [`v95.4.0`](https://github.com/elastic/eui/releases/v95.4.0) - Added `anomalyChart`, `anomalySwimLane`, `changePointDetection`, `fieldStatistics`, `logPatternAnalysis`, `logRateAnalysis` and `singleMetricViewer` glyph to `EuiIcon` ([#7873](elastic/eui#7873)) **Bug fixes** - Fixed overlapping content in `EuiBasicTable` for expanded and selectable table rows ([#7895](elastic/eui#7895)) - Fixed the alignment of `EuiBasicTable` mobile actions ([#7895](elastic/eui#7895)) **Accessibility** - Improved `EuiStat`'s screen reader accessibility ([#7864](elastic/eui#7864)) --- ## Additional Changes - reverts temporary fix for overlapping content in nested tables done in PR [#188374](#188374) --------- Co-authored-by: Elastic Machine <[email protected]>
Currently in Chrome 52+ the absolutely position typeahead box is (correctly?) going to the top left corner of its container and overlapping the search input. This explicitly sets it 32 pixels from the top.
Closes #7801