Skip to content

Commit e0e319d

Browse files
committed
Make navbar sticky
Signed-off-by: Conor MacBride <[email protected]>
1 parent f8c3aa9 commit e0e319d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pytest_mpl/summary/templates/navbar.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<nav class="navbar navbar-expand-sm navbar-light bg-light">
1+
<nav class="navbar sticky-top navbar-expand-sm navbar-light bg-light">
22
<div class="container-fluid">
33
<a class="navbar-brand" href="https://github.com/matplotlib/pytest-mpl">
44
<span class="org">matplotlib</span>&nbsp;/&nbsp;<span class="repo">pytest-mpl</span>

0 commit comments

Comments
 (0)