mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -05:00
Widen modal to account for tooltip overflow
This commit is contained in:
parent
8b8aa0ee48
commit
f44e0b249a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
@import "../../mixins";
|
||||
|
||||
.registration {
|
||||
@include modal-iframe(586px, 438px);
|
||||
@include modal-iframe(610px, 438px);
|
||||
overflow: hidden;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue