Przeglądaj źródła

set min-height to sidebar scroll target (#4884)

Yuki Takei 4 lat temu
rodzic
commit
e481dfe0d1
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/app/src/components/Sidebar.tsx

+ 1 - 1
packages/app/src/components/Sidebar.tsx

@@ -65,7 +65,7 @@ const SidebarContentsWrapper = () => {
         resetKey={resetKey}
       />
 
-      <div id="grw-sidebar-contents-scroll-target">
+      <div id="grw-sidebar-contents-scroll-target" style={{ minHeight: '100%' }}>
         <div id="grw-sidebar-content-container" onLoad={() => setResetKey(Math.random())}>
           <SidebarContents />
         </div>