Skip to main content

Questions tagged [scroll]

Scrolling refers to the continuous sliding of content across a display screen.

scroll
0 votes
0 answers
7 views

How do I scroll to the bottom of the page using tampermonkey?

I'm trying to create a simple tampermonkey script to scroll to the very bottom of the page in discord after switching the channel, I can't seem to get it to scroll at all the code currently does ...
QuantumPulse87's user avatar
-2 votes
0 answers
16 views

Lenis preventing webpage from being scrolled to the bottom [closed]

For some reason, I'm unable to scroll to the bottom of my site because of Lenis. I tried some of the mentioned solutions like making sure Lenis only runs after the page is loaded / making sure the ...
user26456095's user avatar
0 votes
0 answers
20 views

Automatic Horizontal Scroll Working But Manual Scroll Doesn't

I want a scroll bar that is able to automatically scroll as well as having two buttons that be manually clicked to scroll right/left. Problem: Manual scroll Buttons are not working but the automatic ...
Alex i's user avatar
  • 3
0 votes
0 answers
11 views

How to correctly handle dynamic content height with SliverOverlapAbsorber in NestedScrollView?

I’m working on a Flutter application where I’m using a NestedScrollView with a SliverAppBar, SliverList, and a SliverPersistentHeader that contains a TabBar. My goal is to manage overlapping content ...
dev2019's user avatar
  • 59
0 votes
0 answers
32 views

Dark Background Blurry Text

text in body element immediately goes blurry on scroll text goes blurry on Lenovo G32qc-10 Monitor but not 13-inch MacBook Air (2022 M2) <html> <head> <style> body { ...
resource's user avatar
0 votes
0 answers
12 views

Flutter CustomScrollView doesn't work in web with the property scrollDirection: Axis.horizontal

I have tried the interactive example of the Flutter API documentation about CustomScrollView widget (https://api.flutter.dev/flutter/widgets/CustomScrollView-class.html) but simply adding the property ...
Alejandro Hellin's user avatar
0 votes
1 answer
25 views

overscroll-behavior-y: contain not working on non-scrollable element

I'm trying to prevent body scrolling on mobile devices when an overlay element is open (for example a modal or a sidebar or a fullscreen menu, etc). I want to use the CSS property overscroll-behavior ...
Fred K's user avatar
  • 13.7k
0 votes
0 answers
19 views

Android Studio Scroll only Text in textview inside RecyclerView but not all page

I have a problem with RecyclerView. When I fill my descTextView to my adapter file. DescTextView Scrool is not working. I want to scrool just text in descTextView. If i change layout_height to ...
Hakan ÖZGÜR's user avatar
0 votes
1 answer
45 views

kotlin - How to scroll a scrollable column inside a Jetpack Compose ModalBottomSheet?

I am using Kotlin v1.7.20 and androidx.compose.material3 implementation v1.3.0-beta04. I need to fit a content into a bottom sheet. This content is so long, and its height exceeds the device's height ...
groaking's user avatar
-3 votes
0 answers
44 views

how to combine the two background images proportionally

The idea is to create an area for a new theme, scrolling website The idea is for the images to be joined together to form one, but separating the home page from a new section, where I will introduce ...
Gonçalo Inácio's user avatar
1 vote
1 answer
34 views

Smooth scroll, snappy scroll and anchor navigation at the same time

I was trying to achieve smooth and snappy scrolling while having anchor navigation at an HTML component. Only one "tab" should be visible at a time. The user would have to click in the tab ...
Jaime02's user avatar
  • 193
-2 votes
1 answer
27 views

Unable to scroll over video element [closed]

Unable to scroll over video element only on mobile. Scroll works fine when I give pointer events as none on video. But Video play/pause control(tapping screen) on top of video is not working. Want ...
user3176077's user avatar
0 votes
1 answer
33 views

How to add scrollable buttons in tkinter python

Currently, I'm using a tkinter canvas to try scroll buttons. I put twenty buttons on the canvas and none of them scrolled like I expected. import tkinter as tk from tkinter import * from tkinter ...
Breadification's user avatar
-2 votes
0 answers
40 views

Ubuntu 24.04 LTS Mouse wheel doesn't scroll in page, must use scrollbar or pg u/d keys [closed]

I cannot find either the setting blocking the mouse scroll-wheel, or the setting making the "new look" whisker-thin scroll bars normal again. Any hints? I have to find the narrow scroll bar ...
bern's user avatar
  • 19
-5 votes
0 answers
29 views

Library for pull to navigate in React? [closed]

There appears to be lots of solutions for doing pull-to-refresh, but I’m looking to implement “pull to navigate”, so pulling past the bottom/top of an article gives you a “keep pulling to navigate to ...
mikl's user avatar
  • 24.1k

15 30 50 per page
1
2 3 4 5
1462