chore: snapshot release workspace
This commit is contained in:
@@ -1294,6 +1294,21 @@ body {
|
||||
min-height: 100dvh;
|
||||
}
|
||||
|
||||
html.kiosk-safe-area,
|
||||
html.kiosk-safe-area body {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
overflow: hidden;
|
||||
background: #000;
|
||||
}
|
||||
|
||||
html.kiosk-safe-area #app {
|
||||
width: 100vw;
|
||||
height: 100vh;
|
||||
min-height: 0;
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
/* Custom scrollbar for glass containers */
|
||||
.custom-scrollbar::-webkit-scrollbar {
|
||||
width: 10px;
|
||||
|
||||
Reference in New Issue
Block a user