1
0
mirror of https://github.com/misskey-dev/misskey.git synced 2026-05-22 21:04:08 +02:00

refactor(frontend): refactor base styles

This commit is contained in:
syuilo
2025-03-30 08:59:18 +09:00
parent a420a95fae
commit 93fc2456b3
3 changed files with 16 additions and 50 deletions

View File

@@ -221,26 +221,6 @@ async function deleteProfile() {
</script>
<style>
html,
body {
width: 100%;
height: 100%;
overscroll-behavior: none;
}
body {
/* NOTE: htmlにも overflow: clip を設定したいところだが、設定すると何故か少なくともChromeで html が main thread scrolling になりパフォーマンスが(多分)落ちる */
overflow: clip;
}
#misskey_app {
width: 100%;
height: 100%;
overflow: clip;
}
</style>
<style lang="scss" module>
.transition_menuDrawerBg_enterActive,
.transition_menuDrawerBg_leaveActive {