Skip to content

Commit 9fe2ad5

Browse files
committed
Revert the overflow change on .profileViewTopBar.
It was clipping the arrow panels. I'll need to find a different solution. This is a partial revert of #5521.
1 parent b1a9cf1 commit 9fe2ad5

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/app/ProfileViewer.css

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@
113113
border-bottom: 1px solid var(--grey-30);
114114
margin: 0;
115115
background: var(--grey-10);
116-
overflow-x: auto;
117-
scrollbar-width: none;
118116
}
119117

120118
.profileViewerSpacer {

0 commit comments

Comments
 (0)