mirror of
https://github.com/wassname/talk.git
synced 2026-06-30 02:23:06 +08:00
Notifications
This commit is contained in:
@@ -11,6 +11,6 @@ const SnackBar = ({children, className, position, ...attrs}) => {
|
||||
);
|
||||
};
|
||||
|
||||
const fixedStyle = {bottom: 0, top: 'auto'};
|
||||
const fixedStyle = {bottom: '70px', top: 'auto'};
|
||||
|
||||
export default SnackBar;
|
||||
|
||||
Reference in New Issue
Block a user