forked from FoundKeyGang/FoundKey
client: display post content behind UI
This commit is contained in:
parent
8993d83114
commit
2525b59bb6
1 changed files with 5 additions and 0 deletions
|
@ -418,6 +418,11 @@ function focusAfter() {
|
|||
min-width: 0;
|
||||
|
||||
> .body {
|
||||
.text {
|
||||
position: relative;
|
||||
z-index: -1;
|
||||
}
|
||||
|
||||
> .cw {
|
||||
cursor: default;
|
||||
display: block;
|
||||
|
|
Loading…
Reference in a new issue