mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
feat: prevent page jitter caused by the presence of scroll bars (#808)
This commit is contained in:
@ -17,6 +17,11 @@
|
||||
overflow-wrap: anywhere;
|
||||
word-break: normal;
|
||||
}
|
||||
@media screen and (min-width: 1024px) {
|
||||
.ml-calc {
|
||||
margin-left: calc(100vw - 100%);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@layer components {
|
||||
|
Reference in New Issue
Block a user