mirror of
https://github.com/ansible/awx.git
synced 2026-05-17 22:37:41 -02:30
Merge pull request #1455 from ansible/jakemcdermott-patch-2
auto hide multi credential scrollbar
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
border: 1px solid @default-icon-hov;
|
border: 1px solid @default-icon-hov;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
.MultiCredential-selectedBarLabel {
|
.MultiCredential-selectedBarLabel {
|
||||||
|
|||||||
@@ -66,7 +66,7 @@
|
|||||||
padding: 10px;
|
padding: 10px;
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
max-height: 120px;
|
max-height: 120px;
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
.Prompt-selectedItemRevert {
|
.Prompt-selectedItemRevert {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|||||||
Reference in New Issue
Block a user