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;
halign: center;
valign: start;
overflow: hidden;
Adw.Clamp {
maximum-size: 200;
@@ -58,6 +57,7 @@ template $Game : Box {
Button cover_button {
name: "cover_button";
overflow: hidden;
Overlay {
[overlay]