Skip to main content
2 votes
2 answers
91 views

I am working on a website that has a footer element with decorations attached to its top edge in both ::before and ::after pseudo-elements (extending outside the footer element's bounding box), and I ...
Lawton's user avatar
  • 261
Advice
1 vote
5 replies
96 views

This is a follow-up question to: Position subwidget always on top of VISIBLE part of parent and its awesome answer https://stackoverflow.com/a/79389226/3984221 The mentioned answer gave the hint for ...
S-Man's user avatar
  • 24k
5 votes
1 answer
153 views

Let's assume having a simple layout with a fixed header and a scrollable main container. Within the main content I would like to render a table (horizontally scrollable) with a sticky header. How is ...
lukmac's user avatar
  • 215
0 votes
1 answer
62 views

HTML elements affixed to the top of the page using CSS position property set to either fixed or sticky can often work just fine on desktops, but mobile web browsers behave vastly differently due to ...
Marceli Wac's user avatar
4 votes
1 answer
122 views

Theia Sticky Sidebar not working without jQuery — CDN serves raw JS (v2) but my code expects jQuery v1 — how to migrate or fix? I'm trying to use Theia Sticky Sidebar on a site where I replaced jQuery ...
Asma Binta Younus's user avatar
0 votes
0 answers
78 views

I am working on a landing page using react and tailwind. You have a sticky navigation where you click links then view scrolls to that particular section which connected to the link because section has ...
Ayan Upadhaya's user avatar
1 vote
2 answers
133 views

I'm trying to keep a position: sticky navbar in the same position during view transition as it was before the transition started but for some reason it jumps to the very top of the page. The issue ...
Askalot's user avatar
  • 35
1 vote
1 answer
106 views

There is a way in css to specify relative to which scroll context a position sticky element should be floating? <div class="main"> <div class="row"> <div class=...
Alejandro Guajardo's user avatar
0 votes
0 answers
58 views

I’m building a chat-like layout in React. Each MessagePair contains: HorizontalResponseOptions: fixed height, never overflows. Response: has max-height and overflow-y: auto. As the user scrolls the ...
Cainã Perotti Barbosa's user avatar
10 votes
0 answers
3k views

I have been struggling with an issue in Safari from iOS 26. Whenever I dismiss the keyboard and scroll a little bit, the viewports's top is 24px above the upper visible screen edge. I found a similar ...
figus's user avatar
  • 475
0 votes
0 answers
56 views

I'm using Tabulator (v5.x) in a React (Next.js) app to render a large data table (~1500 rows × 200 columns). I’ve disabled Tabulator’s internal virtualization using: virtualDom: false and instead, I’m ...
Harshada Kale's user avatar
0 votes
0 answers
32 views

Position: sticky CSS doesn't work in this simplified example. What's wrong with it? .container { position: sticky; top: 20px; z-index: 10000; padding: 10px; background-color: green;...
Haradzieniec's user avatar
  • 9,358
-1 votes
1 answer
89 views

Trying to understand why my header element won't stick. The parent is the body element, no overflow set as far as I can tell. The body has height, my header element is not stretched and should have ...
Jamurai77's user avatar
0 votes
1 answer
59 views

When scrolling I am using Sticky to solve but still not working perfect how I can achieve like this behavior. If there is plugin to solve this I open for this option. I'm using jQuery / vanilla js. ...
Phoenixlaw9's user avatar
0 votes
0 answers
54 views

Question: How to make stacked sticky headers replaceable by the latest one? I am trying to show a list of events for the days of calendar to my users. I near to finishing the view, but I am stuck in ...
rusty's user avatar
  • 1,231

15 30 50 per page
1
2 3 4 5
135