Comment out web graphics overflow CSS properties

This commit is contained in:
Helen Chong 2024-08-05 01:19:47 +08:00
parent d84d367087
commit 4285426e30
1 changed files with 2 additions and 3 deletions

View File

@ -149,8 +149,8 @@ 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;
overflow-clip-margin: 0.5em; */
}
/* Adoptables wrapper */
@ -159,7 +159,6 @@ p + .adoptables { margin-top: 1em; }
/* Tabs */
.tabwrap section { display: none; }
.tabwrap section:target,
.tabwrap section:has(*:target) { display: block; }