mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-25 08:30:58 -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;
|
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 a new issue