Ver código fonte

Added ID to the main scrollable wrapper

jnfrati 4 anos atrás
pai
commit
d8e1fdcb6b
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      dashboard/src/main/home/Home.tsx

+ 1 - 1
dashboard/src/main/home/Home.tsx

@@ -391,7 +391,7 @@ class Home extends Component<PropsType, StateType> {
           </>
           </>
         )}
         )}
 
 
-        <ViewWrapper>
+        <ViewWrapper id="HomeViewWrapper">
           <Navbar
           <Navbar
             logOut={this.props.logOut}
             logOut={this.props.logOut}
             currentView={this.props.currentRoute} // For form feedback
             currentView={this.props.currentRoute} // For form feedback