mirror of
https://github.com/bfloydd/streams.git
synced 2026-07-22 05:49:02 +00:00
adjust positioning
This commit is contained in:
parent
143a23d93f
commit
f46edf0470
2 changed files with 3 additions and 3 deletions
|
|
@ -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';
|
||||
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue