Skip to content

Commit

Permalink
fix(suite): remove scrollbar from fees section
Browse files Browse the repository at this point in the history
  • Loading branch information
komret committed Apr 25, 2024
1 parent bf3589a commit 6e348fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/suite/src/components/wallet/Fees/Fees.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import { FeeDetails } from './FeeDetails';
import { AnimatePresence, motion } from 'framer-motion';

const Container = styled.div`
overflow: hidden; /* prevent scrollbar when custom fee is opened */
width: 100%;
`;

Expand Down

0 comments on commit 6e348fc

Please sign in to comment.