client: display post content behind UI

This commit is contained in:
Johann150 2023-02-18 11:17:42 +01:00
parent 8993d83114
commit 2525b59bb6
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -418,6 +418,11 @@ function focusAfter() {
min-width: 0;
> .body {
.text {
position: relative;
z-index: -1;
}
> .cw {
cursor: default;
display: block;