}
}
+body {
+ margin: 0;
+}
+
::selection {
background-color: var(--selection-bg);
color: var(--selection-fg);
border-image-source: var(--panel);
border-image-slice: 40% fill;
border-image-width: 2em;
- border-width: 2em;
box-sizing: border-box;
padding: 2.5em 3em;
width: 16%;
float: left;
margin: 4vh 4vw;
+
+ position: sticky;
+ top: calc(4vh + 1.25rem);
}
aside.desktop {
width: 16%;
float: right;
margin: 4vh 4vw;
+
+ position: sticky;
+ top: calc(4vh + 1.25rem);
+ }
+
+ aside.desktop {
+ max-height: calc(92vh - 2.5rem);
+ }
+
+ aside.desktop div.list {
+ max-height: calc(92vh - 7.5rem);
+ overflow-y: auto;
}
h4 {