Unset overflow clip of web graphics on wide screens

This commit is contained in:
Leilukin 2024-08-05 01:37:30 +08:00 committed by Helen Chong
parent feb9511dc1
commit f3ba6f3601

View File

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