diff --git a/src/theme.scss b/src/theme.scss index 998462585..8345edbd9 100644 --- a/src/theme.scss +++ b/src/theme.scss @@ -704,12 +704,15 @@ multiselect { .appstore-toolbar { position: fixed; - width: 100%; - padding: 10px; - width: 100%; + padding: 0; background: $body-bg; z-index: 2; padding-top: 20px; + padding-bottom: 10px; + + // below to not hide the scrollbar partly + width: calc(100% - 20px); + margin: 0 10px; .appstore-toolbar-content { display: flex; @@ -744,10 +747,6 @@ multiselect { margin-top: 50px; width: 100%; max-width: 900px; - - @media(max-width:768px) { - margin-top: 50px; - } } .appstore-item {