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