[PR #1779] [CLOSED] Fix overflow issue of page content #5891

Closed
opened 2026-02-05 10:19:39 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BookStackApp/BookStack/pull/1779
Author: @LeonLiuY
Created: 11/14/2019
Status: Closed

Base: masterHead: LeonLiuY-fix-page-overflow


📝 Commits (1)

  • 6086ac6 Fix overflow issue of page content

📊 Changes

1 file changed (+2 additions, -2 deletions)

View changed files

📝 resources/sass/_blocks.scss (+2 -2)

📄 Description

Currently a long table in a page will overflow the white card background, since overflow: initial means overflow: visible.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BookStackApp/BookStack/pull/1779 **Author:** [@LeonLiuY](https://github.com/LeonLiuY) **Created:** 11/14/2019 **Status:** ❌ Closed **Base:** `master` ← **Head:** `LeonLiuY-fix-page-overflow` --- ### 📝 Commits (1) - [`6086ac6`](https://github.com/BookStackApp/BookStack/commit/6086ac6351e63e661d3838833c907edd2e822644) Fix overflow issue of page content ### 📊 Changes **1 file changed** (+2 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `resources/sass/_blocks.scss` (+2 -2) </details> ### 📄 Description Currently a long table in a page will overflow the white card background, since `overflow: initial` means `overflow: visible`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 10:19:39 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#5891