clippy css fix

This commit is contained in:
2024-07-20 15:54:55 +02:00
parent 23d4a22c1c
commit 99bbe08d16
+5 -3
View File
@@ -339,8 +339,10 @@ input[type="range"]#volume::-webkit-slider-thumb {
flex-flow: column nowrap; flex-flow: column nowrap;
align-items: flex-end; align-items: flex-end;
width: 256px; width: 256px;
left: 550px; left: 580px;
top: 340px; top: 0;
height:580px;
justify-content: flex-end;
} }
#clippy .body { #clippy .body {
@@ -353,7 +355,7 @@ input[type="range"]#volume::-webkit-slider-thumb {
} }
#clippy .body .content { #clippy .body .content {
max-height:calc(100vh - 197px); max-height: 375px;
overflow-y: scroll; overflow-y: scroll;
} }