0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-28 00:32:42 +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>
{`
.pages {
scale:${state.zoom}%;
zoom:${state.zoom}%;
margin-bottom:5%;
}
`}
</style>
);
}
return (
<>
{/*render dummy page while iFrame is mounting.*/}