File tree Expand file tree Collapse file tree
browser/parts/editor/media
contrib/search/browser/media Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4949
5050.monaco-inputbox > .wrapper > textarea .input {
5151 display : block;
52- -ms-overflow-style : none; /* IE 10+ */
53- overflow : -moz-scrollbars-none; /* Firefox */
54- scrollbar-width : none; /* Firefox ^64 */
52+ -ms-overflow-style : none; /* IE 10+: hide scrollbars */
53+ scrollbar-width : none; /* Firefox: hide scrollbars */
5554 outline : none;
5655}
5756
58- .monaco-inputbox > .wrapper > textarea .input . empty {
59- white-space : nowrap;
57+ .monaco-inputbox > .wrapper > textarea .input :: -webkit-scrollbar {
58+ display : none; /* Chrome + Safari: hide scrollbar */
6059}
6160
62- .monaco-inputbox > .wrapper > textarea .input :: -webkit-scrollbar {
63- display : none ;
61+ .monaco-inputbox > .wrapper > textarea .input . empty {
62+ white-space : nowrap ;
6463}
6564
6665.monaco-inputbox > .wrapper > .mirror {
Original file line number Diff line number Diff line change 2323.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container {
2424 display : flex;
2525 height : 35px ;
26- scrollbar-width : none; /* Firefox ^64 */
26+ scrollbar-width : none; /* Firefox: hide scrollbar */
2727}
2828
2929.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container .scroll {
3030 overflow : scroll !important ;
3131}
3232
3333.monaco-workbench .part .editor > .content .editor-group-container > .title .tabs-container ::-webkit-scrollbar {
34- display : none;
34+ display : none; /* Chrome + Safari: hide scrollbar */
3535}
3636
3737/* Tab */
Original file line number Diff line number Diff line change 4747 height : 24px ; /* set initial height before measure */
4848}
4949
50+ .search-view .monaco-inputbox > .wrapper > textarea .input {
51+ scrollbar-width : none; /* Firefox: hide scrollbar */
52+ }
53+
5054.search-view .monaco-inputbox > .wrapper > textarea .input ::-webkit-scrollbar {
5155 display : none;
5256}
You can’t perform that action at this time.
0 commit comments