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:
@@ -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.*/}
|
||||
|
||||
Reference in New Issue
Block a user