Revert "client: display post content behind UI"
All checks were successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful

It doesn't work and the z-index behaviour is confusing me :(

This reverts commits 2525b59bb6
and 89757363f0.
This commit is contained in:
Johann150 2023-02-19 10:48:11 +01:00
parent f323c65dde
commit 105aa511ce
Signed by: Johann150
GPG key ID: 9EE6577A2A06F8F1

View file

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