We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68deb4b commit 8405e9aCopy full SHA for 8405e9a
packages/bottom-app-bar/src/BottomAppBar.svelte
@@ -156,7 +156,7 @@
156
// but the current scroll of the bottom app bar should stay in the same
157
// position.
158
if (!isCurrentlyBeingResized) {
159
- currentAppBarOffsetBottom += diff;
+ currentAppBarOffsetBottom -= diff;
160
161
if (currentAppBarOffsetBottom > 0) {
162
currentAppBarOffsetBottom = 0;
0 commit comments