chrome-extension/src/utils/mobile/mobileUtils.ts
2024-09-20 03:57:10 +03:00

5 lines
108 B
TypeScript

export const getRootHeight = ()=> {
return document?.getElementById('root')?.style?.height || '100%'
}