Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions .changeset/dropdown-panel-z-index.md

This file was deleted.

13 changes: 13 additions & 0 deletions packages/ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# @perimetre/ui

## 16.13.1

### Patch Changes

- fcd0c6e: fix(FieldBaseDropdown): give the options panel a z-index so it can be tapped

The panel is portalled to the end of `<body>` and carried `z-index: auto`, so
any page section with an explicit z-index painted over it — the options were
visible but not hit-testable, and taps landed on the section instead. It only
surfaced on short viewports, where floating-ui has no room below the trigger and
flips the panel up into the content above it, so it read as a mobile/touch-only
bug.

## 16.13.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -122,5 +122,5 @@
],
"type": "module",
"types": "./dist/index.d.ts",
"version": "16.13.0"
"version": "16.13.1"
}
Loading