mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-05 03:05:52 +02:00
perf: use overflow: clip instead of hidden
This commit is contained in:
@@ -111,7 +111,8 @@ export default defineComponent({
|
||||
position: absolute;
|
||||
z-index: 11000;
|
||||
width: 300px;
|
||||
overflow: hidden;
|
||||
overflow: hidden; // overflow: clip; をSafariが対応したら消す
|
||||
overflow: clip;
|
||||
transform-origin: center top;
|
||||
|
||||
> .info {
|
||||
|
||||
Reference in New Issue
Block a user