mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
settings: Make stream and group settings thead sticky.
Co-authored-by: Karl Stolley <karl@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d34bdf8af5
commit
94bbfaebe4
@@ -175,18 +175,20 @@ h4.user_group_setting_subsection_title {
|
||||
}
|
||||
}
|
||||
|
||||
& thead th {
|
||||
&:first-of-type {
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
|
||||
& thead {
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1;
|
||||
|
||||
th {
|
||||
&:first-of-type {
|
||||
border-top-left-radius: 4px;
|
||||
}
|
||||
|
||||
&:last-of-type {
|
||||
border-top-right-radius: 4px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.hidden-subscriber-email {
|
||||
|
Reference in New Issue
Block a user