1
0
Fork 0
mirror of https://github.com/portainer/portainer.git synced 2025-08-02 20:35:25 +02:00

fix scroolbar shown in confirmation dialogs (#6264)

This commit is contained in:
Richard Wei 2021-12-22 16:32:04 +13:00 committed by GitHub
parent 1c374b9fd2
commit e7fc996424
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;