fix(animation): move bowl inside preview-frame with overflow hidden
This commit is contained in:
@@ -713,7 +713,12 @@ kbd {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* Bowl smiley peek animation from bottom right corner */
|
/* Bowl smiley peek animation from bottom right corner */
|
||||||
.preview-wrapper.matched::before {
|
.preview-wrapper.matched .preview-frame {
|
||||||
|
position: relative;
|
||||||
|
overflow: hidden;
|
||||||
|
}
|
||||||
|
|
||||||
|
.preview-wrapper.matched .preview-frame::before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user