Skip to content

Commit

Permalink
fix(view): positioning of controls in firefox
Browse files Browse the repository at this point in the history
fix #93
  • Loading branch information
MauriceNino committed Jun 3, 2022
1 parent b49fcee commit 3794f0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions apps/view/src/components/hardware-info-container.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import InfoTable, { InfoTableProps } from './info-table';
import ThemedText from './text';

const Container = styled.div<{ mobile: boolean }>`
position: relative;
display: flex;
flex-direction: column;
width: 100%;
Expand Down
1 change: 1 addition & 0 deletions apps/view/src/widgets/server.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ import { useIsMobile } from '../services/mobile';
import { useSetting } from '../services/settings';

const Container = styled.div`
position: relative;
flex: 1;
max-width: 100%;
Expand Down

0 comments on commit 3794f0d

Please sign in to comment.