Skip to content

Commit

Permalink
Update styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
dragontheory authored Jul 28, 2024
1 parent d13669a commit 310e666
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion assets/css/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,19 @@ html::after {

span-bold {font-weight: 900;}

iframe {background-color: transparent;}
iframe {
background-color: transparent;
width: 100%;
height: 100%;
border: none;
}

iframe::before {
content: '';
display: block;
height: 0;
overflow: hidden;
}

panel-list div {overflow: auto;}

Expand Down

0 comments on commit 310e666

Please sign in to comment.