diff --git a/styles/Colors.module.scss b/styles/Colors.module.scss index 5117903..14f6319 100644 --- a/styles/Colors.module.scss +++ b/styles/Colors.module.scss @@ -1,6 +1,8 @@ .colors { + width: 100%; height: 100%; display: flex; + overflow-x: auto; flex-direction: row; .colorWrapper { @@ -8,6 +10,7 @@ flex: 1 1 0; height: 100%; display: flex; + min-width: 250px; padding-top: 80px; position: relative; align-items: center;