Skip to content

Commit

Permalink
Add shadow to paged viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Sep 2, 2024
1 parent 4015be7 commit d9f2ba4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ body:has(.pagedjs_page) {
gap: 3mm;
}

.pagedjs_page {
box-shadow: 0 16px 48px rgba(0, 0, 0, 0.1);
}

/* A divider in a row is vertical instead of horizontal */
.stack-row > hr {
display: list-item;
Expand Down

0 comments on commit d9f2ba4

Please sign in to comment.