mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-01-23 02:36:05 +00:00
Fix notes editor obscured by macOS window buttons
Co-authored-by: johannesjo <1456265+johannesjo@users.noreply.github.com>
This commit is contained in:
parent
5e3a891e40
commit
8e423c0c51
1 changed files with 5 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue