зеркало из https://github.com/mozilla/treeherder.git
Fix select all test checkboxes not scrolling properly
Previously, select all checkboxes in the tests tab would always stay on the same position on screen due to a missing positive relative.
This commit is contained in:
Родитель
97807c59b1
Коммит
b16dbb9096
|
@ -326,7 +326,7 @@ class Test extends PureComponent {
|
|||
</NavItem>
|
||||
</Nav>
|
||||
</Navbar>
|
||||
<div className="ml-5 pl-2">
|
||||
<div className="ml-5 pl-2 position-relative">
|
||||
<FormGroup className="mb-1 pl-4">
|
||||
<Input
|
||||
aria-label="Select all platforms for this test"
|
||||
|
|
Загрузка…
Ссылка в новой задаче