Do not overlay the scrollbar

This commit is contained in:
Johannes Zellner
2020-06-13 22:39:37 +02:00
parent 1d27926220
commit e09b9964be

View File

@@ -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 {