Skip to content

Commit 6e254fb

Browse files
Fix calendar display on non-primary monitors
Fixes #150
1 parent 0cec99d commit 6e254fb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multi-monitors-add-on@spin83/stylesheet.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@
2727
.workspace-thumbnails-left:rtl {
2828
border-radius: 9px 0 0 9px;
2929
}
30+
31+
.datemenu-calendar.columns {
32+
width: 320px;
33+
}

0 commit comments

Comments
 (0)