Skip to content

Commit

Permalink
Changes
Browse files Browse the repository at this point in the history
* Fixed window-overflow
  • Loading branch information
Fasguy committed Aug 9, 2022
1 parent dc52e3d commit 3998331
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ button {
background-clip: content-box;

&>.content {
height: 100%;
overflow-y: auto;
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ tbx-sub-section {

&>li {
&::before {
position: absolute;
margin-left: -1.5em;
margin-right: 0.5em;
}

&.addition {
Expand Down

0 comments on commit 3998331

Please sign in to comment.