fix overflow on right
This commit is contained in:
@@ -334,9 +334,9 @@ div {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: .5in;
|
height: .5in;
|
||||||
z-index: -100;
|
z-index: -100;
|
||||||
max-width: 99%;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
max-height: fit-content;
|
max-height: fit-content;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
@@ -395,7 +395,7 @@ p {
|
|||||||
#typediv {
|
#typediv {
|
||||||
position: relative;
|
position: relative;
|
||||||
/* display: flex; */
|
/* display: flex; */
|
||||||
width: 99%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.loading-indicator {
|
.loading-indicator {
|
||||||
@@ -639,6 +639,7 @@ textarea {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-evenly;
|
justify-content: space-evenly;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
|
||||||
.channeleffects {
|
.channeleffects {
|
||||||
|
Reference in New Issue
Block a user