fab auto hide
This commit is contained in:
@@ -67,8 +67,8 @@ export default function Action() {
|
||||
windowSize,
|
||||
width: fabWidth,
|
||||
height: fabWidth,
|
||||
left: window.innerWidth - fabWidth,
|
||||
top: window.innerHeight - fabWidth,
|
||||
left: window.innerWidth - fabWidth - fabWidth / 2,
|
||||
top: window.innerHeight - fabWidth - fabWidth / 2,
|
||||
};
|
||||
|
||||
return (
|
||||
|
||||
Reference in New Issue
Block a user