Skip to content

Conversation

@srivtx
Copy link

@srivtx srivtx commented Jan 1, 2026

Summary

Fixes #5394

The Time Range selector in the Audit Log Export form was detaching from its original position and floating at the top of the screen when scrolling down to Advanced Options, causing UI overlap issues.

Changes

  • Removed z-40 from the quick actions button in AuditLogCalendar.svelte
  • Removed z-40 from the Calendar component in AuditLogCalendar.svelte

Root Cause

The z-40 (z-index: 40) on these elements caused them to render above other content during scroll, making the Time Range picker appear to "stick" at the top of the viewport.

Testing

  1. Go to Admin → Audit Logs
  2. Click "Create Export" → "Create One-time Export"
  3. Scroll down to Advanced Options
  4. Verify the Time Range picker stays in its designated section

Screenshots

Before: Time Range picker floats to top when scrolling
After: Time Range picker stays in place within the form

…port

Fixes obot-platform#5394 - The Time Range selector was detaching from its position and
floating at the top when scrolling to Advanced Options during Audit Log Export.

Removed z-40 from the calendar button elements as the high z-index was
unnecessary and caused the overlap issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Time range picker overlaps and appears at the top when scrolling in Advanced Options during Audit Log Export

1 participant