Skip to content

Commit 4bfd598

Browse files
committed
fix: forms
1 parent 1850120 commit 4bfd598

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

client/src/scripts/move/toSendSection.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
import { moveToSection } from './moveMentAnimation'
2+
import { hideMenu } from '../burger'
23

34
export const applications = document.querySelectorAll('[data-form=application]')
45

@@ -18,6 +19,7 @@ export const moveToSendSection = e => {
1819

1920
if (target === btn) {
2021
moveToSection(href)
22+
hideMenu()
2123
}
2224

2325
e.preventDefault()

client/src/styles/components/_loader.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ $maxHeight: 30px;
1111
left: 0;
1212
z-index: 5;
1313
@include flex(center, center);
14-
background-color: $backgroundSecondaryColor;
14+
background-color: $transparentBackgroundPrimaryColor;
1515
opacity: 0;
1616
visibility: hidden;
1717
transition: $longDelay;

0 commit comments

Comments
 (0)