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.

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

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

  • 无回复
  • 0 人有此问题
  • 3 次查看
more options

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; }

您需要登录才能回复。如果您还没账号,可以提出新问题