Skip to content

Commit

Permalink
fix: desktop right-click menu issue
Browse files Browse the repository at this point in the history
  • Loading branch information
zjy365 committed Aug 2, 2024
1 parent fa8ba1e commit 3cdb29f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions frontend/desktop/src/components/AppDock/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
top: 0;
left: 0;
min-width: 140px;
position: absolute;
}

.arrow {
Expand Down
3 changes: 1 addition & 2 deletions frontend/desktop/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ import { useRouter } from 'next/router';
import Script from 'next/script';
import { createContext, useEffect, useState } from 'react';
import useCallbackStore from '@/stores/callback';
import FloatButton from '@/components/floating_button';
// import 'react-contexify/dist/ReactContexify.css';
import 'react-contexify/dist/ReactContexify.css';

const destination = '/signin';
interface IMoreAppsContext {
Expand Down

0 comments on commit 3cdb29f

Please sign in to comment.