20 lines
401 B
SCSS
20 lines
401 B
SCSS
/* You can add global styles to this file, and also import other style files */
|
|
|
|
/*=====================================
|
|
import global directory
|
|
======================================*/
|
|
|
|
@import 'hr-core.scss';
|
|
|
|
|
|
/* for sidenav to take whole page */
|
|
|
|
html,
|
|
body {
|
|
margin: 0;
|
|
height: 100%;
|
|
overflow: hidden !important;
|
|
// touch-action: pan-x pan-y;
|
|
// touch-action: manipulation;
|
|
}
|