Skip to content

Commit

Permalink
fix(mobile): calendar not shown properly on horizontal layout (closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
eliandoran committed Dec 27, 2024
1 parent b682192 commit e17697f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/public/stylesheets/theme-next/shell.css
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,14 @@ body.layout-horizontal > .horizontal {
margin: var(--launcher-pane-button-gap) var(--launcher-pane-button-margin);
}

body.mobile #launcher-pane .dropdown-menu.show {
position: fixed !important;
top: var(--launcher-pane-size) !important;
left: 0 !important;
right: 0 !important;
transform: unset !important;
}

#launcher-pane .launcher-button {
padding: 0 !important;
border-radius: 8px;
Expand Down

0 comments on commit e17697f

Please sign in to comment.