mirror of
https://github.com/Qortal/chrome-extension.git
synced 2025-06-15 04:41:22 +00:00
5 lines
108 B
TypeScript
5 lines
108 B
TypeScript
|
|
export const getRootHeight = ()=> {
|
|
|
|
return document?.getElementById('root')?.style?.height || '100%'
|
|
} |