Merge branch 'bugfix/#275' of github.com:keen-studio/payload

This commit is contained in:
James
2020-07-27 18:55:26 -04:00
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,8 @@
&__scroll {
padding: base(1);
overflow-y: scroll;
overflow-y: auto;
width: calc(100% + var(--scrollbar-width));
white-space: nowrap;
}

View File

@@ -7,6 +7,7 @@
--breakpoint-m-width : #{$breakpoint-m-width};
--breakpoint-l-width : #{$breakpoint-l-width};
--z-modal: #{$z-modal};
--scrollbar-width: 17px;
}
/////////////////////////////