feat(SW-1884): Always render sidepeek contents, not just during SSR

Approved-by: Michael Zetterberg
This commit is contained in:
Erik Tiekstra
2025-04-03 09:36:22 +00:00
parent b70d933c73
commit 8c2047e847
6 changed files with 73 additions and 59 deletions

View File

@@ -21,12 +21,6 @@
}
}
.visuallyHidden {
position: absolute;
opacity: 0;
visibility: hidden;
}
.overlay {
position: fixed;
top: 0;