Reputation: 87
Please help to customize Fabric UI Modal window. I've tried to minimize height and remove vertical scrolling. Tried to work with containerClassName
, className
, scrollableContentClassName
- but none of them work.
In scss file:
.modal {
overflow-y: "unset";
flex-grow: 1;
height: 80vh
}
Upvotes: 2
Views: 1022