mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 07:48:38 +09:00
Issue #146 - Part 6: Allow position: sticky on table elements.
This commit is contained in:
parent
af75c920b0
commit
d26e13657b
4 changed files with 7 additions and 20 deletions
|
|
@ -45,7 +45,7 @@ StickyScrollContainer::GetStickyScrollContainerForFrame(nsIFrame* aFrame)
|
|||
// <html style="position: fixed">
|
||||
return nullptr;
|
||||
}
|
||||
auto frame = static_cast<nsIFrame*>(do_QueryFrame(scrollFrame));
|
||||
nsIFrame* frame = do_QueryFrame(scrollFrame);
|
||||
StickyScrollContainer* s =
|
||||
frame->GetProperty(StickyScrollContainerProperty());
|
||||
if (!s) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue