mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Fixes for issues 26 and 22
This commit is contained in:
parent
a83d129630
commit
2ad25d163a
@ -43,7 +43,6 @@
|
|||||||
"optimization": true,
|
"optimization": true,
|
||||||
"outputHashing": "all",
|
"outputHashing": "all",
|
||||||
"sourceMap": false,
|
"sourceMap": false,
|
||||||
"extractCss": true,
|
|
||||||
"namedChunks": false,
|
"namedChunks": false,
|
||||||
"aot": true,
|
"aot": true,
|
||||||
"extractLicenses": true,
|
"extractLicenses": true,
|
||||||
|
@ -1,3 +1,10 @@
|
|||||||
|
mat-toolbar {
|
||||||
|
position: -webkit-sticky;
|
||||||
|
position: sticky;
|
||||||
|
top: 0;
|
||||||
|
z-index: 1020;
|
||||||
|
}
|
||||||
|
|
||||||
mat-divider {
|
mat-divider {
|
||||||
border-color: rgb(175, 175, 175);
|
border-color: rgb(175, 175, 175);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user