mirror of
https://github.com/ansible/awx.git
synced 2026-01-13 19:10:07 -03:30
conditionally hide scroll
This commit is contained in:
parent
359140f733
commit
83d5fef67c
@ -303,7 +303,7 @@
|
||||
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
|
||||
|
||||
.at-Panel {
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user