Skip to content
Snippets Groups Projects
Commit d0513757 authored by Anvin Fu's avatar Anvin Fu
Browse files

eng

parent 4cea67a1
No related branches found
No related tags found
No related merge requests found
Pipeline #502940 passed
......@@ -360,6 +360,24 @@ td {
display: None;
}
}
@media (min-width: 1000px) {
.enginesidebar {
position: -webkit-sticky;
position: sticky;
height: 90vh;
max-height: 90vh;
width: 100%;
overflow: scroll;
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
top: 7.5vh;
}
.enginesidebar:-webkit-scrollbar {
display: none;
}
}
a{
color: #6a0000;
text-decoration: underline 0.15em rgba(248, 141, 0, 0.5);
......
This diff is collapsed.
......@@ -285,7 +285,7 @@
<p><span>Nuclease-free Water</span></p>
</td>
<td>
<p><span>60 μL</span></p>
<p><span>To 60 μL</span></p>
</td>
</tr>
</tbody>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment