liamcain / obsidian-calendar-plugin

Simple calendar widget for Obsidian.
MIT License
1.63k stars 143 forks source link

Calendar plugin (2.0.0 beta) shifts tab bar up when tab is clicked in right side bar #270

Open j-peeters opened 2 years ago

j-peeters commented 2 years ago

I noticed that when I choose the calendar plugin tab in the right sidebar in the latest Obsidians (from 0.16 on) the tab bar shifts up and makes it look like in the screenshot below.

(I must admit that I don't remember how I got to 2.0 beta. Maybe to try out new features. When installing the latest official release all went back to normal. But I thought I report it in case it is not yet reported.)

Steps to reproduce

  1. Install the Calendar 2.0.0. Beta
  2. Activate the Calendar tab in the right sidebar.
  3. Tab bar shifts up. This sometimes unexpectedly reverts to normal after a while.

Expected behavior

It doesn't shift up.

Screenshots

20221013 Obsidian top bar@2x

Environment

MacOS 13.0 beta 9 Obsidian 1.0 Minimal Theme 6.0.11

etiennepellegrini commented 1 year ago

I've had similar weird behavior when switching spaces with Calendar 2.0.0.beta2 activated

renatomen commented 1 year ago

I have the same experience. Potentially related to https://github.com/liamcain/obsidian-calendar-plugin/issues/291 (Window shifts upwards when Calendar is displayed)

darkmarcos commented 1 year ago

Para corrigir este bug, utilize o seguinte código css como snippet:

.popper.svelte-ejuyfk:not(.visible){
    display:none;
}

Espero ter ajudado.