Obsidian--ITS-Theme icon indicating copy to clipboard operation
Obsidian--ITS-Theme copied to clipboard

Issues in 0.16.2

Open TayThorian opened this issue 3 years ago • 7 comments
trafficstars

Hi.

Minor issue with the latest build.

If I go to settings, Appearance, I can't scroll down to the bottom of that list past 'Advanced' and see CSS Snippets.

If I change back to the default theme, it's okay.

TayThorian avatar Sep 05 '22 05:09 TayThorian

What version of the ITS theme are you on?

SlRvb avatar Sep 06 '22 20:09 SlRvb

Hi

Theme is Version 0.6.4

TayThorian avatar Sep 07 '22 05:09 TayThorian

Can you replicate this in the sandbox vault? Click the I, then open Sandbox vault and install my theme 🙏🏽

SlRvb avatar Sep 07 '22 16:09 SlRvb

I can't seem to recreate this, are you viewing this on a laptop? 🤔

SlRvb avatar Sep 08 '22 19:09 SlRvb

Any chance I could get a video/gif of this issue?

SlRvb avatar Sep 08 '22 19:09 SlRvb

Scroll is broken for me too. This is as far as I can scroll on my setting page with ITS Theme

image

This is how far I should be able to scroll

image

JarradTait avatar Sep 24 '22 04:09 JarradTait

Any chance I could get a video/gif of this issue?

2022-09-27 19-24-22

JarradTait avatar Sep 28 '22 00:09 JarradTait

I could be off base (I've only spent a few minutes tinkering), but it seems to be that the --setting-h variable is causing this issue on the modal window itself. The snippet is here:

.modal.mod-settings .vertical-tab-content-container, .modal.mod-settings .vertical-tab-header {
    height: var(--setting-h);
    padding: 0;
}

If you completely disable the height property here, you get full/normal scrolling back. Funny enough, changing this setting in Style Settings to 100vh still doesn't solve the issue - you need to remove/disable the setting completely.

I'm not sure where to adjust this as I haven't done any theme development for Obsidian, but thought this might help :)

23maverick23 avatar Oct 05 '22 15:10 23maverick23

Alright I believe I've fixed the issue, do let me know if it works 🙈

SlRvb avatar Oct 11 '22 10:10 SlRvb

Alright I believe I've fixed the issue, do let me know if it works see_no_evil

working on my end!

JarradTait avatar Oct 12 '22 15:10 JarradTait