Fix: Friends categories now sticky
parent
e4063a89e8
commit
c8fa374126
|
|
@ -14,15 +14,18 @@
|
||||||
padding: 0 10px 10px 10px;
|
padding: 0 10px 10px 10px;
|
||||||
user-select: none;
|
user-select: none;
|
||||||
overflow-y: scroll;
|
overflow-y: scroll;
|
||||||
|
|
||||||
|
summary {
|
||||||
|
position: sticky;
|
||||||
|
z-index: 10;
|
||||||
|
top: -1px;
|
||||||
|
}
|
||||||
|
|
||||||
.overline {
|
.overline {
|
||||||
display: flex;
|
display: flex;
|
||||||
position: sticky;
|
|
||||||
align-items: center;
|
align-items: center;
|
||||||
top: 0;
|
|
||||||
background: var(--primary-background);
|
background: var(--primary-background);
|
||||||
padding: 5px 0;
|
padding: 5px 0;
|
||||||
z-index: 10;
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue