@@ -29,7 +29,6 @@ input {
2929@import ' colorPicker' ;
3030@import ' contextMenu' ;
3131@import ' datePicker' ;
32- // @import 'editAttribute';
3332@import ' externalMessagesStatus' ;
3433@import ' iconPicker' ;
3534@import ' modalDialog' ;
@@ -38,7 +37,7 @@ input {
3837@import ' propertiesPanel' ;
3938@import ' overflowingContainer' ;
4039@import ' pieceStatusIcon' ;
41- // @import 'prompter';
40+ @import ' prompter' ;
4241@import ' rundownList' ;
4342@import ' rundownSystemStatus' ;
4443@import ' settings' ;
@@ -49,7 +48,7 @@ input {
4948@import ' systemStatus' ;
5049@import ' testtools' ;
5150@import ' tooltips' ;
52- // @import 'utils';
51+ @import ' utils' ;
5352@import ' elementSelected' ;
5453
5554@import ' countdown/overlay' ;
@@ -115,24 +114,24 @@ input {
115114
116115@import ' rundownView' ;
117116
118- // body {
119- // overscroll-behavior: none;
120- // touch-action: pan-x pan-y;
121- // }
117+ body {
118+ overscroll-behavior : none ;
119+ touch-action : pan-x pan-y ;
120+ }
122121
123- // :fullscreen ::-webkit-scrollbar {
124- // background: #252627;
125- // }
122+ :fullscreen ::-webkit-scrollbar {
123+ background : #252627 ;
124+ }
126125
127- // :fullscreen ::-webkit-scrollbar-thumb {
128- // background: #555;
129- // border: 3px solid #252627;
130- // border-radius: 10px;
131- // }
126+ :fullscreen ::-webkit-scrollbar-thumb {
127+ background : #555 ;
128+ border : 3px solid #252627 ;
129+ border-radius : 10px ;
130+ }
132131
133- // .scroll-sink {
134- // overscroll-behavior: none;
135- // }
132+ .scroll-sink {
133+ overscroll-behavior : none ;
134+ }
136135
137136// /* Don't show visited status, since people will browse around the app a lot */
138137// a:visited {
0 commit comments