egonSchiele / chisel

Open source writing app
https://chiseleditor.com
Other
38 stars 3 forks source link

fix: fix scroll issue on body #13

Closed alexandersmanning closed 1 year ago

alexandersmanning commented 1 year ago

Minor fix on scroll

Before: scroll-bug

After: scroll-fx

egonSchiele commented 1 year ago

overflow-hidden means home page content gets cut off. I changed overflow-hiddens to `overflow-scrolls in b58142eafd.

alexandersmanning commented 1 year ago

Did you test that? You want it hidden at the top level and then the individual sections having scroll on them

On Wed, Apr 19, 2023 at 7:04 AM Aditya Bhargava @.***> wrote:

overflow-hidden means home page content gets cut off. I changed overflow-hiddens to `overflow-scrolls in b58142e https://github.com/egonSchiele/chisel/commit/b58142eafde7250f81da76dca391c7c22206373d .

— Reply to this email directly, view it on GitHub https://github.com/egonSchiele/chisel/pull/13#issuecomment-1514795795, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEOSGQUKQ62IAFYCGLY6ESDXB7WF3ANCNFSM6AAAAAAXDNNKMQ . You are receiving this because you authored the thread.Message ID: @.***>

egonSchiele commented 1 year ago

I think it's correct now, take a look