fix(WEB): DevToolbar 숨김 버튼 위치 조정
This commit is contained in:
@@ -132,7 +132,7 @@ export function DevToolbar() {
|
||||
// 숨김 상태일 때 작은 버튼만 표시
|
||||
if (!isVisible) {
|
||||
return (
|
||||
<div className="fixed bottom-12 right-4 z-[9999]">
|
||||
<div className="fixed bottom-20 right-4 z-[9999]">
|
||||
<Button
|
||||
size="sm"
|
||||
variant="outline"
|
||||
|
||||
Reference in New Issue
Block a user