Skip to content

Commit 51e81fc

Browse files
committed
fix toast stylying
1 parent 6211af5 commit 51e81fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/core/toast/toast.component.styles.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import {StyleSheet} from "aphrodite";
22

33
export const styles = StyleSheet.create({
44
wrapper: {
5-
position: 'absolute',
5+
position: 'fixed',
66
top: '12px',
77
right: '12px',
88
zIndex: '999999',

0 commit comments

Comments
 (0)