Fix notes editor obscured by macOS window buttons

Co-authored-by: johannesjo <1456265+johannesjo@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot] 2025-10-07 17:31:44 +00:00
parent 5e3a891e40
commit 8e423c0c51

View file

@ -14,6 +14,11 @@
}
}
// Add padding on macOS Electron to avoid traffic light buttons
:host-context(.isMac.isElectron) {
padding-top: var(--mac-title-bar-padding);
}
.content {
flex-grow: 1;
position: relative;