fix: trial banner moving to left screen and breaking trace detail page (#4403)

* fix: trial banner moving to left screen and breaking trace detail page

* fix: trial banner moving to left screen and breaking trace detail page
This commit is contained in:
Vikrant Gupta 2024-01-22 13:12:02 +05:30 committed by GitHub
parent f3fdd2dd6c
commit 00e97fa401
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,6 +8,7 @@ export const Layout = styled(LayoutComponent)`
min-height: calc(100vh - 8rem); min-height: calc(100vh - 8rem);
overflow: hidden; overflow: hidden;
height: 100%; height: 100%;
flex-direction: column !important;
} }
`; `;