fixup: client: display post content behind UI
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
All checks were successful
ci/woodpecker/push/lint-backend Pipeline was successful
ci/woodpecker/push/lint-foundkey-js Pipeline was successful
ci/woodpecker/push/lint-client Pipeline was successful
ci/woodpecker/push/build Pipeline was successful
ci/woodpecker/push/lint-sw Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
This is a fixup for commit 2525b59bb6
.
This commit is contained in:
parent
3e9dd7957d
commit
89757363f0
1 changed files with 4 additions and 4 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue