improvements to local question cache

This commit is contained in:
Ross
2021-03-10 10:07:33 +00:00
parent 91e2308386
commit 5f64d0dd1e
3 changed files with 165 additions and 103 deletions
+15
View File
@@ -613,6 +613,21 @@ img {
overflow: auto;
}
.fullscreen-overlay-transparent {
position: fixed;
display: none;
width: 100%;
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
z-index: 2;
cursor: pointer;
color: lightgray;
overflow: auto;
}
#review-overlay {
overflow: scroll;
padding: 20px;