mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
SaveDashboard: Fix for folder picker menu not being visible outside modal (#24296)
* Change z-index * Add position and width to menuPortal
This commit is contained in:
parent
21bd9dacd6
commit
1947683ad0
@ -312,7 +312,9 @@ export function SelectBase<T>({
|
||||
}}
|
||||
styles={{
|
||||
...resetSelectStyles(),
|
||||
menuPortal: () => ({
|
||||
menuPortal: ({ position, width }: any) => ({
|
||||
position,
|
||||
width,
|
||||
zIndex: theme.zIndex.dropdown,
|
||||
}),
|
||||
//These are required for the menu positioning to function
|
||||
|
Loading…
Reference in New Issue
Block a user