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