Skip to content

Commit 41f55b5

Browse files
committed
Issue with Multiple Columns bigger then default width, fixed.
1 parent fb80efc commit 41f55b5

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed
Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
.StickyHeader {
2-
:global(.ms-DetailsList-contentWrapper)
3-
{
4-
max-height: 40vh;
5-
overflow-y: auto;
6-
overflow-x: hidden;
7-
}
2+
:global(.ms-FocusZone) {
3+
max-height: 40vh;
4+
overflow-y: overlay;
5+
overflow-x: hidden;
6+
}
7+
:global(.ms-DetailsHeader) {
8+
overflow-y: hidden;
9+
}
810
}

0 commit comments

Comments
 (0)