invoice frontend improvements

This commit is contained in:
Peter Papp
2021-05-04 17:43:42 +02:00
parent c65414f0c4
commit 62820c8ddb
6 changed files with 121 additions and 45 deletions
@@ -251,10 +251,12 @@ export default {
}
#pdf-wrapper {
overflow-y: scroll;
border-radius: 8px;
box-shadow: $light_mode_popup_shadow;
overflow-y: scroll;
margin: 0 auto;
position: absolute;
top: 0;
top: 20px;
left: 0;
right: 0;
bottom: 0;