mirror of https://github.com/portainer/portainer
fix scroolbar shown in confirmation dialogs (#6264)
parent
1c374b9fd2
commit
e7fc996424
|
@ -453,7 +453,7 @@ a[ng-click] {
|
||||||
|
|
||||||
.bootbox-checkbox-list {
|
.bootbox-checkbox-list {
|
||||||
max-height: 200px;
|
max-height: 200px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
background-color: var(--white-color);
|
background-color: var(--white-color);
|
||||||
border: 1px solid var(--grey-48);
|
border: 1px solid var(--grey-48);
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
|
|
Loading…
Reference in New Issue