Fix scrollbar quirk for chrome
This commit is contained in:
+2
-2
@@ -711,8 +711,8 @@ multiselect {
|
||||
padding-bottom: 15px;
|
||||
|
||||
// below to not hide the scrollbar partly
|
||||
width: calc(100% - 20px);
|
||||
margin: 0 10px;
|
||||
width: calc(100% - 30px);
|
||||
margin: 0 15px;
|
||||
|
||||
.appstore-toolbar-content {
|
||||
display: flex;
|
||||
|
||||
Reference in New Issue
Block a user