feat(SW-1884): Always render sidepeek contents, not just during SSR
Approved-by: Michael Zetterberg
This commit is contained in:
@@ -69,6 +69,19 @@ ul {
|
||||
margin-block-end: 0;
|
||||
}
|
||||
|
||||
/* From Tailwind */
|
||||
.sr-only {
|
||||
position: absolute;
|
||||
width: 1px;
|
||||
height: 1px;
|
||||
padding: 0;
|
||||
margin: -1px;
|
||||
overflow: hidden;
|
||||
clip: rect(0, 0, 0, 0);
|
||||
white-space: nowrap;
|
||||
border-width: 0;
|
||||
}
|
||||
|
||||
@media screen and (min-width: 768px) {
|
||||
:root {
|
||||
--max-width-spacing: calc(var(--Layout-Tablet-Margin-Margin-min) * 2);
|
||||
|
||||
Reference in New Issue
Block a user