import HorizontalScroll from 'vue-horizontal-scroll' import 'vue-horizontal-scroll/dist/vue-horizontal-scroll.css' export default { name: 'App', components: { HorizontalScroll } } examples Demo Contributions All contributions are welcome send your PR and Issues. License This is a...
Bugfix/500 horizontal scroll on mobile #509 Merged pkarw closed this as completed Jan 15, 2018 pkarw added this to the 0.4.0 Customer's dashboard, Pimcore support, UI tunning milestone Jan 15, 2018 mercs600 added a commit to mercs600/vue-storefront that referenced this issue Jan 17...
fix(Table): fix table horizontal scroll (#3463) … 66f21e0 uyarn added a commit that referenced this pull request Jan 10, 2025 chore: release 1.10.9-naruto (#3466) … 1cda1d1 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Rev...
weex 中 scroller组件:设置两张图片横向水平展示,结果在实际项目中无法横向水平,还是竖直展示。在http://dotwe.org/weex/40b8268...中展示没问题,求解?(如下为测试代码) <template> <scroller scroll-direction="horizontal" class="items-container" show-scrollbar="false"> <image src="https://static.zhong...
Breadcrumbs website /components / InfiniteHorizontalScroll.vueTop File metadata and controls Code Blame 75 lines (69 loc) · 1.41 KB Raw <template> <slot />
import { useSsrAdapter } from '@css-render/vue3-ssr' import VResizeObserver from '../../resize-observer/src/VResizeObserver' import { c, cssrAnchorMetaName, FinweckTree } from '../../shared' import { ItemData, VScrollToOptions } from './type' import { ItemData, VScrollToOptions, ...
Description Right now the horizontal scroll bar is only at bottom. If we can get an option like the pagination to put additional scroll bar at top it would be great. Describe the solution you'd like No response Describe alternatives you'...
examples/sites/demos/pc/app/virtual-tree/basic-usage-composition-api.vue (2) 9-9:Verify if scrollbar-size change resolves the horizontal scrollbar issue. While increasing the scrollbar size from 6 to 8 might improve visibility, it's unclear if this alone addresses the "horizontal scroll bar...
feat: file-selector add horizontal scroll bdf11bb yyx990803 merged commit d0c961e into vuejs:main Jan 20, 2022 btea deleted the horizontal-scroll branch January 20, 2022 10:52 Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment Review...
We made a table with around 15 columns, so showing it responsive is not really going to work. Can someone tell me how to disable responsive rescaling and add a horizontal scrollbar instead?paulhuisman closed this as completed Aug 22, 2019 Author paulhuisman commented Aug 22, 2019 Fixed ...