logseq-dev-theme icon indicating copy to clipboard operation
logseq-dev-theme copied to clipboard

Journal on android app overlapping

Open hiltronrex opened this issue 3 years ago • 3 comments

Screenshot_20220130-143621.jpg

The first bullet point on is under the heading as in the screenshot.

hiltronrex avatar Jan 30 '22 03:01 hiltronrex

Sorry, I do not have an Android phone. Can you please add this in your custom.css? I think it will fix you issue:

#journals > div > div > div > div.flex.flex-col > div.content {
  position: relative !important;
}

pengx17 avatar Feb 09 '22 03:02 pengx17

That code actually broke desktop

[image: image.png]

On Wed, 9 Feb 2022 at 14:28, Peng Xiao @.***> wrote:

Sorry, I do not have an Android phone. Can you please add this in your custom.css? I think it will fix you issue:

#journals > div > div > div > div.flex.flex-col > div.content { position: relative !important; }

— Reply to this email directly, view it on GitHub https://github.com/pengx17/logseq-dev-theme/issues/37#issuecomment-1033307502, or unsubscribe https://github.com/notifications/unsubscribe-auth/AD3UONH7UTEDANJBB7LL4LDU2HNOJANCNFSM5NDW6OAA . You are receiving this because you authored the thread.Message ID: @.***>

-- Book some time with me https://tidycal.com/simonhilton

hiltronrex avatar Feb 09 '22 03:02 hiltronrex

Can you change to this instead?

#journals > div > div > div > div.flex.flex-col > div.content {
  position: relative !important;
}

pengx17 avatar Feb 09 '22 06:02 pengx17