mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Select: Portal menu by default (#48176)
* Remove menuShouldPortal from all <Select /> components * fix unit tests * leave menuShouldPortal as an escape hatch * Fix import order
This commit is contained in:
@@ -222,7 +222,6 @@ export class ShareSnapshot extends PureComponent<Props, State> {
|
||||
<Field label="Expire">
|
||||
<Select
|
||||
inputId="expire-select-input"
|
||||
menuShouldPortal
|
||||
width={30}
|
||||
options={expireOptions}
|
||||
value={selectedExpireOption}
|
||||
|
||||
Reference in New Issue
Block a user