-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mim 2045 table in accordion scroll bugfix (#1283)
* Fix padding for viewports with no scroll but extra padding Add logging and temporary snapshot example for attachment tables scroll debugging MIM-2045 * Add a checkIsOverflowing prop that triggers checkOverflow function MIM-2045 * Minor code refactoring and add overflow to accordion-body * Add overflow-x to accordion body * Include bundle.scss * Remove logging * Minor code refactoring; fix types and id conditional * Bump @statisticsnorway/ssb-component-library from 2.2.14 to 2.2.15
- Loading branch information
1 parent
f52b274
commit 3469550
Showing
8 changed files
with
176 additions
and
121 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,6 +76,8 @@ | |
} | ||
|
||
.accordion-body { | ||
overflow-x: auto; | ||
|
||
@include open-sans; | ||
color: $ssb-dark-6; | ||
font-size: 16px; | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.