Skip to content

Commit

Permalink
another
Browse files Browse the repository at this point in the history
  • Loading branch information
Sicnecher committed Jan 18, 2025
1 parent f6dd863 commit 2d9e4ce
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/TaskTitle.scss
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
section.task-title {
position: sticky;
left: 0;
z-index: 6;
z-index: 1;
}
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/modals/_ChatModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;

.chat-modal {
z-index: 1;
z-index: 10;
position: absolute;
top: 0px; // temporary
right: 0px; // temporary
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/modals/_DateModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position:relative;

.date-modal{
z-index: 1;
z-index: 12;
position: absolute;
top: 75px; // temporary
left: -200px; // temporary
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/modals/_MembersModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position:relative;

.members-modal{
z-index: 1;
z-index: 12;
position: absolute;
top: 75px; // temporary
left: 0px; // temporary
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/modals/_PriorityModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;

.priority-modal {
z-index: 1;
z-index: 12;
position: absolute;
top: 75px; // temporary
left: 0px; // temporary
Expand Down
2 changes: 1 addition & 1 deletion src/styles/dynamicCmps/modals/_StatusModal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
position: relative;

.status-modal {
z-index: 1;
z-index: 12;
position: absolute;
top: 75px; // temporary
left: 0px; // temporary
Expand Down

0 comments on commit 2d9e4ce

Please sign in to comment.