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:
CanadaHonk 2023-09-18 22:26:51 +01:00 коммит произвёл Sebastian Hengst
Родитель 97807c59b1
Коммит b16dbb9096
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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"