gpt4 book ai didi

css - 溢出-x : scroll cuts left side of the component

转载 作者:行者123 更新时间:2023-12-05 03:28:34 26 4
gpt4 key购买 nike

当屏幕宽度不允许组件正确显示时,我想要水平滚动的组件。当屏幕变小并且组件变得可滚动时,我可以滚动到右侧并看到完整的组件,但是当我滚动到左侧时,组件的左侧部分被剪切并且无法显示。

这里是完整的组件 enter image description here

我可以轻松地向右滚动 enter image description here

但不在左边 enter image description here

这是实现的样子:

<div
style={{
overflow: 'hidden',
display: 'flex',
justifyContent: 'center',
}}
>
<StyledWheelsPanelToolbarWrapper style={{ overflowX:'scroll'}}>
<StyledToggleButtonGroupWheelsMobile
value={alignment}
exclusive
onChange={handleAlignment}
>
....

enter code here

最佳答案

那是因为你将 justify 设置为居中,所以内容居中。只需删除 justifyContent:'center'对齐内容水平放置您的内容并垂直对齐。

关于css - 溢出-x : scroll cuts left side of the component,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71238213/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com