fixup: client: display post content behind UI

This is a fixup for commit 2525b59bb6.
This commit is contained in:
Johann150 2023-02-18 19:11:49 +01:00
parent 3e9dd7957d
commit 89757363f0
Signed by untrusted user: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

@ -416,12 +416,12 @@ function focusAfter() {
> .main {
flex: 1;
min-width: 0;
position: relative;
z-index: 0;
> .body {
.text {
position: relative;
z-index: -1;
}
position: relative;
z-index: -1;
> .cw {
cursor: default;