clippy css fix
This commit is contained in:
@@ -339,8 +339,10 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
||||
flex-flow: column nowrap;
|
||||
align-items: flex-end;
|
||||
width: 256px;
|
||||
left: 550px;
|
||||
top: 340px;
|
||||
left: 580px;
|
||||
top: 0;
|
||||
height:580px;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#clippy .body {
|
||||
@@ -353,7 +355,7 @@ input[type="range"]#volume::-webkit-slider-thumb {
|
||||
}
|
||||
|
||||
#clippy .body .content {
|
||||
max-height:calc(100vh - 197px);
|
||||
max-height: 375px;
|
||||
overflow-y: scroll;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user