Skip to content

Commit f4da6fd

Browse files
committed
Avoid jumping effect on FAB across pages #11131
FAB have identical position on all pages. This includes listing, detail for creation, detail for update, and pages with custom FAB such as transaction update
1 parent 137de6e commit f4da6fd

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

client/styles.scss

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -52,13 +52,6 @@ a.mat-ripple {
5252
max-width: 1300px;
5353
}
5454

55-
.detail-speed-dial {
56-
position: fixed;
57-
right: 20px;
58-
bottom: 20px;
59-
z-index: 999; // < than 1000 that is the z-index of overlay contents
60-
}
61-
6255
mat-form-field.no-bottom-spacing {
6356
margin-bottom: -1.34375em;
6457
}

0 commit comments

Comments
 (0)