improvements to local question cache
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user