mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 14:01:56 +08:00
Style: use overflow hidden to prevent page from being scrolled (#59)
Signed-off-by: imtsuki <me@qjx.app>
This commit is contained in:
parent
7f094c5ac7
commit
6eb4b6e41d
@ -5,6 +5,7 @@
|
|||||||
html {
|
html {
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
background: rgba($color: $color-white, $alpha: 0.8);
|
background: rgba($color: $color-white, $alpha: 0.8);
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
*,
|
*,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user