Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F3178113
D3854.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
821 B
Referenced Files
None
Subscribers
None
D3854.diff
View Options
diff --git a/web/modals/threads/members/members-modal.css b/web/modals/threads/members/members-modal.css
--- a/web/modals/threads/members/members-modal.css
+++ b/web/modals/threads/members/members-modal.css
@@ -1,5 +1,5 @@
div.membersList {
- overflow: scroll;
+ overflow: auto;
padding: 8px 0;
color: var(--members-modal-member-text);
}
diff --git a/web/modals/threads/subchannels/subchannels-modal.css b/web/modals/threads/subchannels/subchannels-modal.css
--- a/web/modals/threads/subchannels/subchannels-modal.css
+++ b/web/modals/threads/subchannels/subchannels-modal.css
@@ -1,7 +1,7 @@
div.subchannelsListContainer {
display: flex;
flex-direction: column;
- overflow: scroll;
+ overflow: auto;
line-height: var(--line-height-text);
color: var(--subchannels-modal-color);
row-gap: 8px;
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 1:01 AM (21 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
2447156
Default Alt Text
D3854.diff (821 B)
Attached To
Mode
D3854: [web] [fix] Replace `overflow: scroll` with `auto` to automatically hide scrollbars
Attached
Detach File
Event Timeline
Log In to Comment