Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 9c8e066

Browse files
committed
fix(client): calendar dropdown cut off
1 parent f4b085d commit 9c8e066

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/public/stylesheets/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1474,6 +1474,11 @@ body:not(.mobile) #launcher-pane.horizontal .dropdown-submenu > .dropdown-menu {
14741474
#launcher-pane {
14751475
color: var(--launcher-pane-text-color);
14761476
background-color: var(--launcher-pane-background-color);
1477+
position: relative;
1478+
}
1479+
1480+
#launcher-pane .right-dropdown-widget {
1481+
position: static;
14771482
}
14781483

14791484
#right-pane {

0 commit comments

Comments
 (0)