diff --git a/src/styles/_modal.scss b/src/styles/_modal.scss index 1f99238..6651921 100644 --- a/src/styles/_modal.scss +++ b/src/styles/_modal.scss @@ -1522,6 +1522,7 @@ $alert-color: #101010; &.overflow{ overflow-y: auto; max-height: 100px; + min-height: 60px; &::-webkit-scrollbar { width: 4px; background-color: transparent;