mirror of
https://github.com/ansible/awx.git
synced 2026-02-16 10:40:01 -03:30
Fix CSS overflow for legend and tooltip in Topology view.
This commit is contained in:
@@ -26,9 +26,9 @@ const Wrapper = styled.div`
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
left: 0;
|
left: 0;
|
||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 150px;
|
min-width: 150px;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: rgba(255, 255, 255, 0.85);
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
`;
|
`;
|
||||||
const Button = styled(PFButton)`
|
const Button = styled(PFButton)`
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ const Wrapper = styled.div`
|
|||||||
padding: 0 10px;
|
padding: 0 10px;
|
||||||
width: 25%;
|
width: 25%;
|
||||||
background-color: rgba(255, 255, 255, 0.85);
|
background-color: rgba(255, 255, 255, 0.85);
|
||||||
overflow: scroll;
|
overflow: auto;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
`;
|
`;
|
||||||
const Button = styled(PFButton)`
|
const Button = styled(PFButton)`
|
||||||
|
|||||||
Reference in New Issue
Block a user