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 66 border-radius : .75rem ;
77 position : relative ;
88 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)
910}
1011
1112.Terminal_light {
162163 overflow : visible ;
163164 }
164165 scrollbar-width : thin ;
166+ scrollbar-color : rgba (255 , 255 , 255 , .8 ) transparent ;
165167 pre {
166168 background : none ;
167169 }
170172 }
171173}
172174
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+ // }
182184
183185.Terminal_expand {
184186 position : absolute ;
You can’t perform that action at this time.
0 commit comments