Move overflow property back to cover button
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user