mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
-1px gap for sheld to fix MovingUI lockup
This commit is contained in:
@@ -399,9 +399,10 @@ hr {
|
|||||||
#sheld {
|
#sheld {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: auto min-content;
|
grid-template-rows: auto min-content;
|
||||||
height: calc(100vh - var(--topBarBlockSize));
|
/* -1px to give sheld some wiggle room to bounce off tobar when moving*/
|
||||||
height: calc(100svh - var(--topBarBlockSize));
|
height: calc(100vh - var(--topBarBlockSize) - 1px);
|
||||||
max-height: calc(100svh - var(--topBarBlockSize));
|
height: calc(100svh - var(--topBarBlockSize) - 1px);
|
||||||
|
max-height: calc(100svh - var(--topBarBlockSize) - 1px);
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
/* max-width: 50vw; */
|
/* max-width: 50vw; */
|
||||||
position: absolute;
|
position: absolute;
|
||||||
@@ -3436,8 +3437,10 @@ a {
|
|||||||
|
|
||||||
/* Hide scrollbar for IE, Edge, and Firefox */
|
/* Hide scrollbar for IE, Edge, and Firefox */
|
||||||
.no-scrollbar {
|
.no-scrollbar {
|
||||||
-ms-overflow-style: none; /* IE and Edge */
|
-ms-overflow-style: none;
|
||||||
scrollbar-width: none; /* Firefox */
|
/* IE and Edge */
|
||||||
|
scrollbar-width: none;
|
||||||
|
/* Firefox */
|
||||||
}
|
}
|
||||||
|
|
||||||
#groupMemberListPopoutClose {
|
#groupMemberListPopoutClose {
|
||||||
@@ -3560,7 +3563,7 @@ a {
|
|||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
.onboarding > h3 {
|
.onboarding>h3 {
|
||||||
align-self: center;
|
align-self: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user