Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Fix rightpanel hiding scrollbar #11831

Merged
merged 1 commit into from
Nov 6, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions res/css/views/right_panel/_BaseCard.pcss
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,6 @@ limitations under the License.
}

.mx_AutoHideScrollbar {
/* collapse the margin into a padding to move the scrollbar into the right gutter */
margin-right: -8px;
padding-right: 8px;
min-height: 0;
width: 100%;
height: 100%;
Expand Down
Loading