settings: Make stream and group settings thead sticky.

Co-authored-by: Karl Stolley <karl@zulip.com>
This commit is contained in:
Maneesh Shukla
2025-04-16 18:42:36 +05:30
committed by Tim Abbott
parent d34bdf8af5
commit 94bbfaebe4

View File

@@ -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 {