Skip to content

Commit e08f9c8

Browse files
committed
style: remove sticky toolbar styling from subscriptions page
1 parent 956761e commit e08f9c8

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/app/pages/subscriptions/subscriptions-page.component.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,6 @@
44
gap: 1rem;
55
}
66

7-
:host .mat-toolbar {
8-
position: sticky;
9-
top: 0.5rem;
10-
z-index: 1;
11-
background: transparent;
12-
backdrop-filter: blur(1rem);
13-
border-radius: 1ch;
14-
}
15-
167
:host .mat-mdc-paginator {
178
background: transparent;
189
}

0 commit comments

Comments
 (0)