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:
parent
1c374b9fd2
commit
e7fc996424
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue