File tree Expand file tree Collapse file tree 1 file changed +11
-9
lines changed
ux.symfony.com/assets/styles/components Expand file tree Collapse file tree 1 file changed +11
-9
lines changed Original file line number Diff line number Diff line change 6
6
border-radius : .75rem ;
7
7
position : relative ;
8
8
font-size : 12px ;
9
+ display : grid ; // Ensure the Terminal overflow its parent if "pre" contains a very-long-line of the same highlighted element (e.g.: a long string)
9
10
}
10
11
11
12
.Terminal_light {
162
163
overflow : visible ;
163
164
}
164
165
scrollbar-width : thin ;
166
+ scrollbar-color : rgba (255 , 255 , 255 , .8 ) transparent ;
165
167
pre {
166
168
background : none ;
167
169
}
170
172
}
171
173
}
172
174
173
- @media screen and (min-width : 768px ) {
174
- .Terminal_content ::-webkit-scrollbar {
175
- display : none ;
176
- }
177
- .Terminal_content {
178
- --webkit-scrollbar-width : none ;
179
- scrollbar-width : none ;
180
- }
181
- }
175
+ // @media screen and (min-width: 768px) {
176
+ // .Terminal_content::-webkit-scrollbar {
177
+ // display: none;
178
+ // }
179
+ // .Terminal_content {
180
+ // --webkit-scrollbar-width: none;
181
+ // scrollbar-width: none;
182
+ // }
183
+ // }
182
184
183
185
.Terminal_expand {
184
186
position : absolute ;
You can’t perform that action at this time.
0 commit comments