mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 17:41:33 +03:00
interface: calc skeleton size for safari
This commit is contained in:
parent
56693be11b
commit
dc53e80b23
@ -7,7 +7,7 @@ export function Body(
|
|||||||
) {
|
) {
|
||||||
const { children, ...boxProps } = props;
|
const { children, ...boxProps } = props;
|
||||||
return (
|
return (
|
||||||
<Box fontSize={0} px={[0, 3]} pb={[0, 3]} height="100%" width="100%">
|
<Box fontSize={0} px={[0, 3]} pb={[0, 3]} height="calc(100vh - 64px)" width="100%">
|
||||||
<Box
|
<Box
|
||||||
bg="white"
|
bg="white"
|
||||||
height="100%"
|
height="100%"
|
||||||
|
Loading…
Reference in New Issue
Block a user