0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-08 14:02:41 +00:00

bottom margin to prevent bottom clip

This commit is contained in:
Víctor Losada Hernández
2024-05-29 16:23:32 +02:00
parent 4543881808
commit f6161abf52

View File

@@ -199,14 +199,14 @@ const BrewRenderer = (props)=>{
<style> <style>
{` {`
.pages { .pages {
scale:${state.zoom}%; zoom:${state.zoom}%;
margin-bottom:5%;
} }
`} `}
</style> </style>
); );
} }
return ( return (
<> <>
{/*render dummy page while iFrame is mounting.*/} {/*render dummy page while iFrame is mounting.*/}