mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-09 16:53:36 -05:00
Fix: Friends categories now sticky
This commit is contained in:
parent
341b4ddc5e
commit
7553572029
1 changed files with 6 additions and 3 deletions
|
@ -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 a new issue