Signed-off-by: Daniel <845765@qq.com>
This commit is contained in:
Vanessa 2025-11-11 15:51:11 +08:00 committed by Daniel
parent ecbe8b8131
commit 61a2dbca0c
No known key found for this signature in database
GPG key ID: 86211BA83DF03017
2 changed files with 3 additions and 3 deletions

View file

@ -36,14 +36,14 @@
}
&--fullscreen {
top: 100vh;
top: 100%;
left: 0;
width: 100%;
border: 0;
box-shadow: none;
right: 0;
max-height: none;
height: 100vh;
height: 100%;
padding: 0;
border-radius: 0;
transition: transform .15s cubic-bezier(0, 0, .2, 1) 0ms;

View file

@ -150,7 +150,7 @@
.side-panel {
position: fixed;
background-color: var(--b3-theme-surface);
height: 100vh;
height: 100%;
width: 100vw;
z-index: 7;
transform: translateX(-100vw);