Skip to content

Commit 552293d

Browse files
committed
Make "badge" scrollable
1 parent 82b634e commit 552293d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

media/css/readthedocs-doc-embed.css

+6
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@
1212
height: auto;
1313
}
1414

15+
.rst-versions.shift-up {
16+
max-height: calc(100vh - 50px);
17+
overflow-y: auto;
18+
overscroll-behavior: contain;
19+
}
20+
1521
.rst-other-versions {
1622
text-align: left;
1723
}

0 commit comments

Comments
 (0)