Fixed overflow issue

This commit is contained in:
kibigo! 2018-01-05 13:34:21 -08:00
parent 5b35777793
commit 8d326e0762

View file

@ -2350,6 +2350,7 @@
position: relative; position: relative;
z-index: 2; z-index: 2;
outline: 0; outline: 0;
overflow: hidden;
& > button { & > button {
display: flex; display: flex;