fix: add overflow-x hidden to page-content and page-section
- Added overflow-x: hidden to .page-content - Added max-width: 100% and overflow-x: hidden to .page-section - This prevents FAQ accordion from overflowing outside content area - FAQ now properly contained within right content panel
This commit is contained in:
@@ -415,6 +415,12 @@
|
||||
/* ============ PAGE CONTENT ============ */
|
||||
.page-content {
|
||||
padding: 32px;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.page-section {
|
||||
max-width: 100%;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
.page-header {
|
||||
|
||||
Reference in New Issue
Block a user