You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-31 13:44:28 +03:00
Hide scrollbar if content height is smaller than scroll node height (#7220)
This commit is contained in:
@ -120,6 +120,10 @@ limitations under the License.
|
||||
overflow-y: auto;
|
||||
flex: 1 1 0;
|
||||
overflow-anchor: none;
|
||||
|
||||
&[data-scrollbar=false] {
|
||||
overflow-y: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
.mx_RoomView_messagePanelSearchSpinner {
|
||||
|
Reference in New Issue
Block a user