Skip to content

Commit 96e638c

Browse files
committed
Fix: Remove verticle scrollbar from zoomed out views of resource embed page
1 parent 36bd517 commit 96e638c

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

doc/_static/css/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,10 @@ table.resource-table td > .resource-thumb.file-icon {
293293
/* Not clear why this doesn't work for the .caption-text */
294294
font-size: 1em !important;
295295
}
296+
.resource-handle > .literal {
297+
/* Removes the verticle scroll when you zoom out more than 100% */
298+
overflow-y: hidden;
299+
}
296300

297301

298302
/* Imitate sphinx-copybutton style */

0 commit comments

Comments
 (0)