fix clipping of context menu hovers

This commit is contained in:
RaidMax 2023-05-01 21:37:51 -05:00
parent 9b56ff520f
commit 994dbe142e

View File

@ -361,7 +361,7 @@ table {
background-color: var(--lm-base-body-bg-color);
padding: 0.5rem;
height: 90%;
overflow: scroll;
overflow-y: scroll;
}
.dark-mode .on-this-page-nav {