Jelajahi Sumber

Overflow auto

binwiederhier 2 tahun lalu
induk
melakukan
8e1e0b3740
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      web/src/components/Account.jsx

+ 1 - 1
web/src/components/Account.jsx

@@ -787,7 +787,7 @@ const Tokens = () => {
             }}
           />
         </Paragraph>
-        <div style={{ width: "100%", overflowX: "scroll" }}>{tokens?.length > 0 && <TokensTable tokens={tokens} />}</div>
+        <div style={{ width: "100%", overflowX: "auto" }}>{tokens?.length > 0 && <TokensTable tokens={tokens} />}</div>
       </CardContent>
       <CardActions>
         <Button onClick={handleCreateClick}>{t("account_tokens_table_create_token_button")}</Button>