mirror of
https://github.com/ansible/awx.git
synced 2026-02-28 08:18:43 -03:30
conditionally hide scroll
This commit is contained in:
@@ -303,7 +303,7 @@
|
|||||||
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
|
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
|
||||||
|
|
||||||
.at-Panel {
|
.at-Panel {
|
||||||
overflow-y: scroll;
|
overflow-y: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user