21,931
questions
-1
votes
0
answers
8
views
scroll snap type & scroll snap align do not work [closed]
I am applying the scroll snap but it dose not work. could anyone correct me.
I have applied the command but it does not work, even i did on the pencode by making simple parent and childs divbut it did ...
0
votes
0
answers
15
views
Next.js scrolling filters together with scrolling products
I am working in next js , and i want to implement endless scrolling and I have a sidebar on the left side of my page, with filters, and I want to make this filters bar scrolling with the products, but ...
0
votes
2
answers
75
views
+50
Overflow-y auto makes overflow-x clip invisible
I am trying to create a scroll container for cards where the scroll is performed in the card content only, not in the header or footer. I guess that the container should hide the horizontal overflow ...
0
votes
1
answer
47
views
Bootstrap Navbar moves the window when collapses
All this happens on mobile screens. I have this navbar:
<nav class="navbar navbar-dark sticky-top navbar-expand-lg">
<div class="container-fluid">
<a ...
1
vote
1
answer
48
views
CSS Transparency effect of an element when scrolling
I'm interesting is it possible using by Scroll-driven Animations API create that text into <footer> smoothly appeared ?
I tried this code but it doesn't work for me. Can someone explain what is ...
3
votes
1
answer
83
views
Why does inner HTML content appear instantly after css max-height transition completes?
Using HTML and JavaScript I am trying to create a list that transitions into view when a button is clicked, including a scrollable inner container, using a max-height transition on the parent DIV.
...
0
votes
1
answer
25
views
Javascript/Jquery scroll event to move screen height triggers twice
Creating an autoscroll event to next slide/page of the size of the window. But every time I scroll, the event is triggered twice. I'm guessing because is detecting the autoscroll event as a trigger ...
0
votes
1
answer
124
views
iOS 18: contentShape interaction breaks scroll functionality
Here is a simple code. The problem is that in iOS 18 scroll in TextEditor doesn't work (but in previous OS it works properly). I would appreciate any help (workaround) for this problem.
ZStack ...
0
votes
0
answers
7
views
Plugin for Piano Scroll
Is there a web based or standalone windows plugin for a Piano Scroll kind of functionality ?
A Piano scroll is like a moving / scrolling display that shows musical notes that piano players can keep ...
1
vote
0
answers
38
views
Quick scroll view: cannot stop scroll action from drag gesture
I have a scrollable list with a quick scroll view in an overlay allowing to rapidly move down the list (simplified here to be concise).
It works as expected, and you can tap or drag on the quick ...
-3
votes
1
answer
35
views
How to make a div scrollable but the rest of the page stay put? (CSS) [closed]
I have a div with a list of items that sometimes exceeds the page's height. I want the div to be scrollable while the content on the rest of the page stays put.
I tried adding "overflow-x: scroll&...
1
vote
0
answers
37
views
How to smoothly transition between absolute and fixed positions on a navbar during scroll?
I'm trying to implement a navbar that switches from position: absolute to position: fixed when the user scrolls down more than 160 pixels. My goal is to have a smooth transition between these two ...
1
vote
0
answers
25
views
JS scroll listener for animation causing page jump during mobile scroll
I have written some custom code for an 'animation'. The animation counts for 0 to a certain number as specified in the function. This works fine on desktop but on my android phone it is causing the ...
0
votes
0
answers
38
views
Blazor Anchor Link Navigation Routing Issue
I was trying to create Anchor Link or Bookmark for some contents. My issue is on click bookmark href link it scroll and take me to content right but my problemit throws Unhandled Error throws on ...
1
vote
1
answer
42
views
Handling copyPast clipboard popup in Jetpack compose
I'm using Jetpack compose to create UI in my android app. I have this little problem : The android's cut/Copy/Paste popup looks misplaced when we scroll on the Lazy column. The popup sticks there but ...