diff --git a/README.md b/README.md index 0994265f..465b8dc0 100644 --- a/README.md +++ b/README.md @@ -15,4 +15,4 @@ To build a federated discussion and link aggregation platform, similar to Reddit - [Screencast: overview of the PieFed codebase](https://join.piefed.social/2024/01/22/an-introduction-to-the-piefed-codebase/) - [Database / entity relationship diagram](https://join.piefed.social/wp-content/uploads/2024/02/PieFed-entity-relationships.png) -- see INSTALL.md +- see [INSTALL.md](INSTALL.md) diff --git a/app/static/structure.css b/app/static/structure.css index 629b6af8..c215bfe3 100644 --- a/app/static/structure.css +++ b/app/static/structure.css @@ -460,7 +460,7 @@ fieldset legend { left: 0; background-color: #fff; /* Background color to cover the link for screen readers */ - z-index: 999; + z-index: 1030; /* Ensure it's above other content */ } diff --git a/app/static/structure.scss b/app/static/structure.scss index 778896d7..0951d03d 100644 --- a/app/static/structure.scss +++ b/app/static/structure.scss @@ -54,7 +54,7 @@ html { top: -40px; /* Adjust as needed to hide the link off-screen */ left: 0; background-color: #fff; /* Background color to cover the link for screen readers */ - z-index: 999; /* Ensure it's above other content */ + z-index: 1030; /* Ensure it's above other content */ } .skip-link:focus { diff --git a/app/templates/list_communities.html b/app/templates/list_communities.html index bc68d756..65666a8f 100644 --- a/app/templates/list_communities.html +++ b/app/templates/list_communities.html @@ -90,10 +90,10 @@ {% endif %} {% if not low_bandwidth %}