Skip to content

Commit

Permalink
Fix the overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
AmauriC committed Jan 19, 2024
1 parent 400b144 commit 343d0b3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/tarteaucitron.css
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ div#tarteaucitronServices {
span#tarteaucitronDisclaimerAlert {
padding: 0 10px;
display: inline-block;
overflow: scroll;
overflow-y: auto;
max-height: 50vh;
}
@media only screen and (max-width: 768px) {
Expand Down
Loading

0 comments on commit 343d0b3

Please sign in to comment.