Skip to content

Commit 7a71240

Browse files
authored
Merge pull request #1445 from internetarchive/fix-highlighting
Fix search results not highlighting regression
2 parents acb189a + af2f924 commit 7a71240

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/css/_BRpages.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,15 @@
9191
}
9292
}
9393

94+
// Used for search result rectangles
95+
svg.BRPageLayer {
96+
position: absolute;
97+
top: 0;
98+
left: 0;
99+
right: 0;
100+
bottom: 0;
101+
}
102+
94103
// Hides page layers during page flip animation
95104
.BRpageFlipping .BRtextLayer {
96105
display: none;

0 commit comments

Comments
 (0)