Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

On Monday the 3rd of March, around 5pm UTC (9am PT) users may experience a brief period of downtime while one of our underlying services is under maintenance.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Is it possible to change the default position calender "reminder" popup?

  • பதில்கள் இல்லை
  • 0 இந்த பிரச்னைகள் உள்ளது
  • 1 view

Running Tbird 128.x on Windows 10 64 bit. When a calendar reminder pops up, it appears to be near the center of the default screen, even though Tbird itself is on a different monitor (which is much larger and easier to read). Is there a setting or a chrome modification that would allow me to change the popup position? Something like the code below might work...but the issue is the name of the particular css item (is it *popup or *window or *pane?)

  1. calendar-reminder-popup {
   position: fixed !important;
   top: 50px !important;
   left: 100px !important;

}

Running Tbird 128.x on Windows 10 64 bit. When a calendar reminder pops up, it appears to be near the center of the default screen, even though Tbird itself is on a different monitor (which is much larger and easier to read). Is there a setting or a chrome modification that would allow me to change the popup position? Something like the code below might work...but the issue is the name of the particular css item (is it *popup or *window or *pane?) #calendar-reminder-popup { position: fixed !important; top: 50px !important; left: 100px !important; }

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.