2

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
}
Dominik
  • 6,078
  • 8
  • 37
  • 61
Kavrat
  • 87
  • 1
  • 8

1 Answers1

1

Try to use this class ms-Modal-scrollableContent. enter image description here

Amos
  • 2,030
  • 1
  • 5
  • 9