fix tooltip causing a horizontal scroll on windows (#8606)

This commit is contained in:
akash-codemonk 2021-10-25 09:53:11 +05:30 committed by GitHub
parent 4a11a10ee0
commit 6023f4e15d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,7 +11,7 @@ export const PortalStyles = createGlobalStyle`
#tooltip-root {
position: absolute;
top: 0;
width: 100vw;
width: 100%;
z-index: ${Layers.max};
}