Skip to content

Commit

Permalink
release(16.4.3): release 16.4.3
Browse files Browse the repository at this point in the history
fix(theme): corrected menu can't scrolling
  • Loading branch information
cipchk committed Nov 10, 2023
1 parent 8e54445 commit 6b1c10e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/theme/layout-default/style/_aside.less
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

&-inner {
flex: 1 1 0%;
overflow-x: hidden scroll;
overflow: hidden scroll;
-webkit-overflow-scrolling: touch;
scroll-snap-type: proximity;
scroll-snap-points-x: snaplist(100%, 200%, 300%, 400%, 500%);
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/build-schematics.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ copyFiles() {
cloneScaffold() {
if [[ ! -d ng-alain ]]; then
echo ">>> Not found scaffold source files, must be clone ng-alain ..."
git clone --depth 1 https://github.com/ng-alain/ng-alain.git
git clone --depth 1 --branch 16.4.2 https://github.com/ng-alain/ng-alain.git
echo ">>> removed .git"
rm -rf ng-alain/.git
else
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ DIST="$(pwd)/dist"
cloneScaffold() {
if [[ ! -d ng-alain ]]; then
echo ">>> Not found scaffold source files, must be clone ng-alain ..."
git clone --depth 1 https://github.com/ng-alain/ng-alain.git
git clone --depth 1 --branch 16.4.2 https://github.com/ng-alain/ng-alain.git
else
echo ">>> Found scaffold source files"
fi
Expand Down

0 comments on commit 6b1c10e

Please sign in to comment.