adjust positioning

This commit is contained in:
Ben Floyd 2025-05-05 17:19:40 -06:00
parent 143a23d93f
commit f46edf0470
2 changed files with 3 additions and 3 deletions

View file

@ -72,7 +72,7 @@ export class CalendarComponent {
// I don't like these here, but moving them to styles.css caused breaks
this.component.style.position = 'absolute';
this.component.style.zIndex = '1000';
this.component.style.top = '32px';
this.component.style.top = '5px';
// Account for scrollbar
this.component.style.right = '16px';

View file

@ -113,7 +113,7 @@
.stream-calendar-component {
position: absolute;
top: 32px;
top: -18px;
right: 16px;
z-index: 1000;
font-size: 12px;
@ -125,7 +125,7 @@
/* Mobile-specific positioning for the calendar component */
.is-mobile .stream-calendar-component {
position: absolute;
top: 32px;
top: -18px;
right: 12px;
z-index: 1000;
font-size: 12px;