[PR #872] [MERGED] fix: resolve conflicting z-index values btwn avatar in document list and header #1222

Closed
opened 2026-02-26 19:32:21 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/documenso/documenso/pull/872
Author: @joselimadev
Created: 1/26/2024
Status: Merged
Merged: 1/27/2024
Merged by: @dguyen

Base: mainHead: fix/z-index-conflict-header-avatar-doc-list


📝 Commits (3)

  • 21e469a fix: resolve conflicting z-index values btwn avatar in document list and header
  • a3a0e0f fix: account menu with the same z-index value as in the header
  • bb40e3f Merge branch 'main' into fix/z-index-conflict-header-avatar-doc-list

📊 Changes

2 files changed (+3 additions, -3 deletions)

View changed files

📝 apps/web/src/components/(dashboard)/layout/header.tsx (+1 -1)
📝 apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx (+2 -2)

📄 Description

Description

This pull request solves the problem where the avatar component within the document list has the same z-index value as the header component, causing the avatar to be above the header. When two elements have the same z-index value, the last one takes priority!

Fixes #870

Changes Made

  1. Increases the value of the header's z-index by 10 (the current value is 50)

Testing Performed

Mobile

image

Browser

image

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/documenso/documenso/pull/872 **Author:** [@joselimadev](https://github.com/joselimadev) **Created:** 1/26/2024 **Status:** ✅ Merged **Merged:** 1/27/2024 **Merged by:** [@dguyen](https://github.com/dguyen) **Base:** `main` ← **Head:** `fix/z-index-conflict-header-avatar-doc-list` --- ### 📝 Commits (3) - [`21e469a`](https://github.com/documenso/documenso/commit/21e469a588684279c2c67d943aa7c8b363651086) fix: resolve conflicting z-index values btwn avatar in document list and header - [`a3a0e0f`](https://github.com/documenso/documenso/commit/a3a0e0f9e67e1868ccc07cd8b4bff061c6a46a68) fix: account menu with the same z-index value as in the header - [`bb40e3f`](https://github.com/documenso/documenso/commit/bb40e3f4d435d67528e2cd206bd62b1b9146eacb) Merge branch 'main' into fix/z-index-conflict-header-avatar-doc-list ### 📊 Changes **2 files changed** (+3 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `apps/web/src/components/(dashboard)/layout/header.tsx` (+1 -1) 📝 `apps/web/src/components/(dashboard)/layout/profile-dropdown.tsx` (+2 -2) </details> ### 📄 Description ## Description This pull request solves the problem where the avatar component within the document list has the same z-index value as the header component, causing the avatar to be above the header. When two elements have the same z-index value, the last one takes priority! ## Related Issue Fixes #870 ## Changes Made 1. Increases the value of the header's `z-index` by `10` (the current value is `50`) ## Testing Performed ### Mobile <img width="200" alt="image" src="https://github.com/documenso/documenso/assets/30646629/9f7d667a-812b-4c12-a6ac-25cc46e9b62d"> ### Browser <img width="1728" alt="image" src="https://github.com/documenso/documenso/assets/30646629/75ce686e-34c6-4355-9ca0-e9e5dadd2d2c"> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 19:32:21 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/documenso#1222
No description provided.