mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
/help/: Remove "overflow: hidden" from sidebar on mobile.
This removes the "overflow: hidden" value in CSS on screens that are less than 1000px wide. Fixes: #6700.
This commit is contained in:
committed by
Tim Abbott
parent
b937e1fede
commit
4e86bffb15
@@ -1344,7 +1344,6 @@ input.new-organization-button {
|
||||
transform: translateX(0);
|
||||
transition: all 0.3s ease;
|
||||
|
||||
overflow: hidden;
|
||||
height: 100vh;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user