mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 11:32:47 +00:00
Merge branch 'issue-26-22' into 'master'
Fixes for issues 26 and 22 Closes #22 and #26 See merge request openlp/web-remote!44
This commit is contained in:
commit
b9d3f3caab
@ -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