fix tooltip causing a horizontal scroll on windows (#8606)
This commit is contained in:
parent
4a11a10ee0
commit
6023f4e15d
|
|
@ -11,7 +11,7 @@ export const PortalStyles = createGlobalStyle`
|
|||
#tooltip-root {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
width: 100vw;
|
||||
width: 100%;
|
||||
z-index: ${Layers.max};
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user