Set overflow clip margin for web graphic wrappers

This commit is contained in:
Helen Chong 2024-08-07 22:51:19 +08:00
parent c4ee738270
commit b0f8d53c52
1 changed files with 5 additions and 1 deletions

View File

@ -150,9 +150,13 @@ a.link-btn[href^="http"]:not([href*="leilukin.com"]) { padding-right: calc(var(-
padding: 0;
margin: 0;
overflow-x: clip;
overflow-clip-margin: 0.25em;
}
@media only screen and (min-width: 60rem) {
.web-graphics { overflow-x: unset; }
.web-graphics {
overflow-x: unset;
overflow-clip-margin: unset;
}
}
/* Adoptables wrapper */