mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-05-07 18:48:39 +00:00
Fixed!
This commit is contained in:
@@ -101,8 +101,7 @@ const EmbedPage = (props)=>{
|
||||
const renderPage = (pageText, index)=>{
|
||||
|
||||
let styles = {
|
||||
...(!displayOptions.pageShadows ? { boxShadow: 'none' } : {}),
|
||||
marginTop : '10px'
|
||||
...(!displayOptions.pageShadows ? { boxShadow: 'none' } : {})
|
||||
// Add more conditions as needed
|
||||
};
|
||||
let classes = 'page';
|
||||
|
||||
@@ -1,13 +1,4 @@
|
||||
@page {
|
||||
margin : 0;
|
||||
size : 8.5in 11in;
|
||||
}
|
||||
|
||||
.page {
|
||||
page-break-before : always;
|
||||
page-break-after : always;
|
||||
display : flex;
|
||||
flex-direction : column;
|
||||
height : 100%;
|
||||
overflow-y : auto;
|
||||
page-break-before : auto;
|
||||
page-break-after : auto;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user