mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp.git
synced 2026-04-27 04:31:39 +00:00
remove overflow:hidden from icon-button
This commit is contained in:
parent
12f52eab2f
commit
fe3670d08f
2 changed files with 1 additions and 2 deletions
File diff suppressed because one or more lines are too long
|
|
@ -29,7 +29,6 @@ $icon-button-size: 56 - ($border-width-thickness-num * 2);
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
|
||||||
|
|
||||||
border-radius: space($icon-button-size * 0.5);
|
border-radius: space($icon-button-size * 0.5);
|
||||||
border-width: $border-width-thickness;
|
border-width: $border-width-thickness;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue