Windows 10 will reach EOS (end of support) on October 14, 2025. For more information, see this article.

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

How increase the height of all day events pane in calendar ?

more options

Hello,

I am a super happy user of Thunderbird calendar since many years.

Now that my kids have a lot of activities I am facing an annoying display issue with the upper part of the calendar in the Week view showing all days event : it is too small to show all events at once and hence proposes a scrollbar to navigate inside it (the attached image shows it for Tuesday May 13)

To solve that, I would be super happy just to select the "horizontal line" separating the all day events pane from the one below and then drag it to increase the height of the all day events pane. Unfortunately this is not possible.

So my question is : how can I increase the height of all day events pane so that I can see all my all days events at once ?

Thank you very much for your help,

Hello, I am a super happy user of Thunderbird calendar since many years. Now that my kids have a lot of activities I am facing an annoying display issue with the upper part of the calendar in the Week view showing all days event : it is too small to show all events at once and hence proposes a scrollbar to navigate inside it (the attached image shows it for Tuesday May 13) To solve that, I would be super happy just to select the "horizontal line" separating the all day events pane from the one below and then drag it to increase the height of the all day events pane. Unfortunately this is not possible. So my question is : how can I increase the height of all day events pane so that I can see all my all days events at once ? Thank you very much for your help,
Attached screenshots

Chosen solution

See https://bugzilla.mozilla.org/show_bug.cgi?id=486786

In the meantime, consider showing the events in the Today Pane (F11).

The all day pane size can be modified with css (see picture):

.allday-events-list{
min-height:200px !important;
max-height:300px !important;}


Help/Troubleshooting Info, Profile Folder, Open Directory (Win: Folder), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Read this answer in context 👍 2

All Replies (2)

more options

Chosen Solution

See https://bugzilla.mozilla.org/show_bug.cgi?id=486786

In the meantime, consider showing the events in the Today Pane (F11).

The all day pane size can be modified with css (see picture):

.allday-events-list{
min-height:200px !important;
max-height:300px !important;}


Help/Troubleshooting Info, Profile Folder, Open Directory (Win: Folder), close TB, create a new folder named chrome, create a new document in chrome with a text editor, name it userChrome.css, Save as type: All files *.*, copy in the above code, change the numbers as desired. Double-click toolkit.legacyUserProfileCustomizations.stylesheets to true in Settings/General/Config. editor, restart TB.

Online css generator

video on how to create a css file (Firefox and TB)

Helpful?

more options

Thank you VERY MUCH @sfhowes !!!!

Helpful?

Ask a question

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