SlRvb / Obsidian--ITS-Theme

Theme designed with readability and customizability in mind. Change it easily to your liking with the Style Settings plugin installed.
https://publish.obsidian.md/slrvb-docs/ITS+Theme/ITS+Theme
GNU General Public License v2.0
523 stars 112 forks source link

[Bug] Hover editor cannot be resizec #164

Closed stecydube closed 1 year ago

stecydube commented 1 year ago

Describe the bug

Using the theme, the Hover Editor pane cannot be resized fully in height.

Expected behavior Using the default Obsidian theme, the pane can be resized normally, not limited in height.

To Reproduce

Steps to reproduce the behavior:

  1. Use ITS theme
  2. Install Hover Editor plugin
  3. Hover a page link, hover editor shows
  4. Resize the pane, you are limited in height

OS

Windows 10

Obsidian Version: 1.0.3

Additional context

Seems your theme is not the only one affected, see the last post in this issue:

https://github.com/nothingislost/obsidian-hover-editor/issues/194

um1642 commented 1 year ago

Hello, Here is a quick hack.
create and enable a small snipet ex: fix-popover.css

.popover. Hover-popover {
  max-height: max-content;
}
SlRvb commented 1 year ago

Should be fixed in the ITS beta. Feel free to reopen if it's not fixed.