Border style

This commit is contained in:
Bradlee Speice 2024-11-09 16:33:45 -05:00
parent 853bf5ebd0
commit f562c9ff7c

View File

@ -3,6 +3,8 @@
overflow-y: auto;
position: sticky;
top: calc(var(--ifm-navbar-height) + 2rem);
padding-right: 1px;
border-right: 1px solid var(--ifm-toc-border-color);
}
.sidebarItemTitle {