fix scroolbar shown in confirmation dialogs (#6264)

pull/6317/head
Richard Wei 3 years ago committed by GitHub
parent 1c374b9fd2
commit e7fc996424
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -453,7 +453,7 @@ a[ng-click] {
.bootbox-checkbox-list {
max-height: 200px;
overflow-y: scroll;
overflow-y: auto;
background-color: var(--white-color);
border: 1px solid var(--grey-48);
border-radius: 4px;

Loading…
Cancel
Save