Outlook: hide the My Day panel
Removes the My Day side panel with tasks and calendar plus the button that opens it.
Code to copy
/* Hide the My Day / to-do panel and its toggle button */
div[data-app-section="MyDay"],
button[aria-label="My Day"],
button[aria-label="Mój dzień"],
div[aria-label="My Day"] {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.