Skip to content

Commit

Permalink
Fix column-count being assigned to paged viewport
Browse files Browse the repository at this point in the history
  • Loading branch information
iamgio committed Nov 7, 2024
1 parent 16faf76 commit 1c4571d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions core/src/main/resources/render/theme/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -92,11 +92,10 @@ body {

body:not(:has(.pagedjs_page)), .pagedjs_page {
background-color: var(--qd-background-color);
column-count: var(--property-column-count);
}

body:has(.reveal) {
column-count: unset;
body:not(:has(.pagedjs_page), :has(.reveal)) {
column-count: var(--property-column-count);
}

/* Slides viewport */
Expand Down

0 comments on commit 1c4571d

Please sign in to comment.