diff --git a/src/App.scss b/src/App.scss index a8cb9ae..fe5e532 100644 --- a/src/App.scss +++ b/src/App.scss @@ -9,3 +9,7 @@ body { color: white; user-select: none; } + +img { + pointer-events: none; +} \ No newline at end of file diff --git a/src/componets/Sidebar.tsx b/src/componets/Sidebar.tsx index 8f4e51c..1b0b3c1 100644 --- a/src/componets/Sidebar.tsx +++ b/src/componets/Sidebar.tsx @@ -57,9 +57,9 @@ const Sidebar = () => { /> )