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