diff options
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index 913e445f5bf..f294f8aa512 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -1066,7 +1066,7 @@ $popovericon-size: 16px; /* CONTENT LIST ------------------------------------------------------------ */ .app-content-list { - width: 300px; + max-width: 300px; @include position('sticky'); top: $header-height; border-right: 1px solid var(--color-border); @@ -1077,7 +1077,7 @@ $popovericon-size: 16px; max-height: calc(100vh - #{$header-height}); overflow-y: auto; overflow-x: hidden; - flex: 0 0 300px; + flex: 0 1 300px; /* Default item */ .app-content-list-item { |