Android Cilent Layout Issues
This commit is contained in:
@@ -25,8 +25,8 @@ import { useState, useEffect } from 'react';
|
||||
|
||||
const getSize = () => {
|
||||
return {
|
||||
width: window.innerWidth,
|
||||
height: window.innerHeight,
|
||||
width: document.documentElement.clientWidth,
|
||||
height: document.documentElement.clientHeight,
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user