Move overflow property back to cover button

This commit is contained in:
kramo
2023-05-16 17:34:50 +02:00
parent 247a6e1012
commit caf68332ba

View File

@@ -5,7 +5,6 @@ template $Game : Box {
orientation: vertical; orientation: vertical;
halign: center; halign: center;
valign: start; valign: start;
overflow: hidden;
Adw.Clamp { Adw.Clamp {
maximum-size: 200; maximum-size: 200;
@@ -58,6 +57,7 @@ template $Game : Box {
Button cover_button { Button cover_button {
name: "cover_button"; name: "cover_button";
overflow: hidden;
Overlay { Overlay {
[overlay] [overlay]