1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-25 20:44:38 +04:00
Files
tabler/scss/layout/_core.scss
T
2020-01-24 21:59:29 +01:00

24 lines
384 B
SCSS

// stylelint-disable property-no-vendor-prefix
html {
height: 100%;
font-size: 16px;
}
body {
min-height: 100%;
//overflow-y: scroll;
letter-spacing: $body-letter-spacing;
touch-action: manipulation;
text-rendering: optimizeLegibility;
font-feature-settings: "liga" 0;
.content * {
@include scrollbar;
}
@media print {
background: transparent;
}
}