scrollbar of html is removed
This commit is contained in:
parent
22605ae51e
commit
e50531f22b
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
html {
|
html {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow-y: scroll;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
@ -49,7 +49,6 @@ ol {
|
||||||
@include ucap-core-theme($theme);
|
@include ucap-core-theme($theme);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@mixin ucap-core-theme($theme) {
|
@mixin ucap-core-theme($theme) {
|
||||||
$accent: map-get($theme, accent);
|
$accent: map-get($theme, accent);
|
||||||
$warn: map-get($theme, warn);
|
$warn: map-get($theme, warn);
|
||||||
|
@ -61,20 +60,20 @@ ol {
|
||||||
background: mat-color($primary);
|
background: mat-color($primary);
|
||||||
color: mat-color($primary, default-contrast);
|
color: mat-color($primary, default-contrast);
|
||||||
}
|
}
|
||||||
.bg-accent-color{
|
.bg-accent-color {
|
||||||
background: mat-color($accent);
|
background: mat-color($accent);
|
||||||
color: mat-color($accent, default-contrast);
|
color: mat-color($accent, default-contrast);
|
||||||
}
|
}
|
||||||
.text-primary-color{
|
.text-primary-color {
|
||||||
color: mat-color($primary);
|
color: mat-color($primary);
|
||||||
}
|
}
|
||||||
.text-accent-color{
|
.text-accent-color {
|
||||||
color: mat-color($accent);
|
color: mat-color($accent);
|
||||||
}
|
}
|
||||||
.border-primary-color{
|
.border-primary-color {
|
||||||
border:1px solid mat-color($primary);
|
border: 1px solid mat-color($primary);
|
||||||
}
|
}
|
||||||
.border-accent-color{
|
.border-accent-color {
|
||||||
border:1px solid mat-color($accent);
|
border: 1px solid mat-color($accent);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user