diff --git a/admin/build/index.js b/admin/build/index.js index b2b57fd4..8497d138 100644 --- a/admin/build/index.js +++ b/admin/build/index.js @@ -1512,7 +1512,7 @@ object-assign * LICENSE file in the root directory of this source tree. */ /** - * @mui/lab v5.0.0-alpha.170 + * @mui/lab v5.0.0-alpha.173 * * @license MIT * This source code is licensed under the MIT license found in the diff --git a/admin/css/app-content.css b/admin/css/app-content.css index a3cc6836..c2241909 100644 --- a/admin/css/app-content.css +++ b/admin/css/app-content.css @@ -3,7 +3,8 @@ } .app__box { - display: "flex"; - flex-direction: "column"; - height: calc(100vh - 112px); + height: calc(100vh - 112px); + display: flex; + flex-direction: column; + } diff --git a/admin/css/style.css b/admin/css/style.css index fda6436b..c20cf659 100644 --- a/admin/css/style.css +++ b/admin/css/style.css @@ -214,7 +214,7 @@ div.MuiTabPanel-root { .TabPanel-Action > div.MuiTabPanel-root { height: calc(100% - 30px) !important; padding-left: 0 !important; -} + } /* Für Webkit-Browser wie Chrome und Safari */ .MenuNavigation-Container::-webkit-scrollbar, diff --git a/admin/css/table.css b/admin/css/table.css index 72b6bed6..8ee3bd1c 100644 --- a/admin/css/table.css +++ b/admin/css/table.css @@ -21,6 +21,12 @@ table input { border: none !important; } +table { + overflow-y: auto; + flex: 1; +} + + tr[draggable="true"] { cursor: grab; padding-right: 10px !important;