Skip to content

Commit 492c5ee

Browse files
Update style.css
1 parent 4873ee5 commit 492c5ee

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

style.css

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,17 @@ iframe {
114114
border-radius: 8px;
115115
display: block;
116116
}
117+
118+
.resize-corner {
119+
position: absolute;
120+
width: 20px;
121+
height: 20px;
122+
bottom: 0;
123+
right: 0;
124+
background: url('data:image/svg+xml;utf8,<svg fill="gray" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10"><path d="M0 10h10V0"/></svg>') no-repeat center;
125+
cursor: se-resize;
126+
pointer-events: none; /* let native resize still work */
127+
}
117128

118129
.iframe-loader {
119130
position: absolute;

0 commit comments

Comments
 (0)