Skip to content

Commit 3e7aaa7

Browse files
committed
fix: move language dropdown to bottom-left
1 parent 7646122 commit 3e7aaa7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/App.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,8 @@ export default function App() {
130130
onChange={e => handleLocaleChange(e.target.value)}
131131
style={{
132132
position: 'fixed',
133-
top: 8,
134-
right: 8,
133+
bottom: 8,
134+
left: 8,
135135
zIndex: 100,
136136
background: 'rgba(0,0,0,0.6)',
137137
color: 'white',

0 commit comments

Comments
 (0)