Open wordrevel opened 1 year ago
I am having the same issue. When I drag a file which has a banner to a new window, it takes up the whole window and I cannot interact with elements at the top of the file.
I am using Obsidian 1.3.5 and Banners 1.3.3
https://github.com/noatpad/obsidian-banners/assets/29024715/a706aa24-53f6-46e0-befe-49f871708930
I was having the same issue. From what I could find the --banner-height
variable isn't found in the undocked windows. A quick fix would be adding a CSS snippet with the following:
body {
--banner-height: 250px;
}
This partially fixes the issue. You still won't be able to drag the banner to change its relative position, though.
@Nick-de-Bruin Thanks!
In the default Obsidian window, the banner looks great and takes up the space determined in the settings:
However, when I open a page with the banner embed in a new window, the banner expands to cover the page content:
This is particularly a problem when working with more than one monitor because panes can't expand across screens, so new windows must be opened.
How can this issue be resolved, so that banners work normally in new windows too?