Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(react-carousel): fluent v9 carousel control responsiveness for mobile/small devices #33886

Open
wants to merge 8 commits into
base: master
Choose a base branch
from
Prev Previous commit
Next Next commit
fix:(react-carousel): v9 carousel non-responsive issue in docs
  • Loading branch information
iwint committed Feb 22, 2025
commit 8ac433eb6c9057b45129caaecafa8ca1e7960f14
Original file line number Diff line number Diff line change
@@ -25,10 +25,6 @@ import * as React from 'react';

const useClasses = makeStyles({
container: {
display: 'grid',
gridTemplateColumns: '1fr',
gridTemplateRows: 'auto 1fr',

boxShadow: tokens.shadow16,
},
card: {