mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-02 06:22:43 +00:00
Fixing auto-incrmetning page numbers with partial page rendering
This commit is contained in:
@@ -40,6 +40,7 @@ body {
|
||||
}
|
||||
.phb{
|
||||
.useColumns();
|
||||
counter-increment: phb-page-numbers;
|
||||
position : relative;
|
||||
z-index : 15;
|
||||
box-sizing : border-box;
|
||||
@@ -296,7 +297,7 @@ body {
|
||||
text-align : center;
|
||||
|
||||
&.auto::after {
|
||||
counter-increment: phb-page-numbers;
|
||||
|
||||
content: counter(phb-page-numbers);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user