Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60680, comment 4


Ignore:
Timestamp:
04/11/2024 09:51:43 PM (15 months ago)
Author:
sabernhardt
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60680, comment 4

    initial v1  
    1616In my experience, the page has three columns as it loads: a Chapters list, the article content, and the "In this article" box. The columns remain that way when scrolling down, and the left and right side columns stay fixed in place.
    1717
    18 I was able to achieve a different type of overlap in Chrome by scrolling down, disabling JavaScript without refreshing, and scrolling back up. However, a script failure likely was not the cause (at least not on its own) since the article content was in the middle. For another possibility, I think that the `.is-layout-*` classes might have failed to work properly at that time.
     18I was able to achieve a different type of overlap in Chrome by scrolling down, disabling JavaScript without refreshing, and scrolling back up. However, a script failure likely was not the cause (at least not on its own) since the article content was in the middle, between the fixed columns. For another possibility, I think that the `.is-layout-*` classes might have failed to work properly at that time.