mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-09 18:15:28 +00:00
Fix: Friends categories now sticky
This commit is contained in:
@@ -15,14 +15,17 @@
|
|||||||
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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user