File tree Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Expand file tree Collapse file tree 2 files changed +13
-11
lines changed Original file line number Diff line number Diff line change 2
2
<div class =" q-pa-md" style =" max-width : 350px " >
3
3
<q-list padding bordered class =" rounded-borders drawer-menu" >
4
4
<q-expansion-item dense dense-toggle expand-separator label =" Components" >
5
- <q-card >
6
- <q-card-section >
7
- <div class =" input-container" >
8
- <ComponentList />
9
- </div >
10
- </q-card-section >
11
- </q-card >
5
+ <q-card >
6
+ <q-card-section >
7
+ <div class =" input-container" style = ' height : 130 px ' >
8
+ <ComponentList />
9
+ </div >
10
+ </q-card-section >
11
+ </q-card >
12
12
</q-expansion-item >
13
13
<q-expansion-item dense dense-toggle expand-separator label =" Routes" >
14
14
<q-card >
15
15
<q-card-section >
16
- <div class =" input-container" >
16
+ <div class =" input-container" style = ' height : 150 px ' >
17
17
<RouteDisplay />
18
18
<br />
19
19
</div >
@@ -48,13 +48,15 @@ export default {
48
48
</script >
49
49
50
50
<style lang="stylus">
51
+
51
52
.input-add {
52
53
margin : 0em 1em 0em 1em ;
53
54
}
54
55
55
56
.input-container {
56
57
margin-top : 1rem ;
57
58
background : $subsecondary ;
59
+ overflow-y : auto ;
58
60
}
59
61
60
62
.red {
Original file line number Diff line number Diff line change @@ -103,7 +103,7 @@ export default {
103
103
// background: #272822;
104
104
}
105
105
106
- :: -webkit-scrollbar {
107
- display : none ;
108
- }
106
+ // ::-webkit-scrollbar {
107
+ // display: none;
108
+ // }
109
109
</style >
You can’t perform that action at this time.
0 commit comments