1
0
mirror of https://github.com/mattermost/focalboard.git synced 2025-02-01 19:14:35 +02:00

fix: share modal user list overflow out of dialog (#3393)

This commit is contained in:
Paul Esch-Laurent 2022-07-21 21:28:44 -05:00 committed by GitHub
parent 93ae3f239a
commit 62ac6a41c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,6 +7,7 @@
max-width: 90%;
height: auto;
position: relative;
overflow: unset;
}
.confirmation-dialog-box {