Skip to content
Snippets Groups Projects
Commit 56b67757 authored by Dorian De Rosa's avatar Dorian De Rosa
Browse files

fix: overflow sur modale principale

parent 8a1735e4
Branches
No related merge requests found
......@@ -692,6 +692,13 @@ div#tarteaucitronServices {
span#tarteaucitronDisclaimerAlert {
padding: 0 10px;
display: inline-block;
overflow: scroll;
max-height: 50vh;
}
@media only screen and (max-width: 768px) {
#tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
font-size: 16px;
}
}
#tarteaucitron .tarteaucitronBorder, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronCookiesListMain, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList, #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
border-color: #333!important;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment