Do not overlay the scrollbar
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user