mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +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,
|
||||
"outputHashing": "all",
|
||||
"sourceMap": false,
|
||||
"extractCss": true,
|
||||
"namedChunks": false,
|
||||
"aot": true,
|
||||
"extractLicenses": true,
|
||||
|
@ -1,3 +1,10 @@
|
||||
mat-toolbar {
|
||||
position: -webkit-sticky;
|
||||
position: sticky;
|
||||
top: 0;
|
||||
z-index: 1020;
|
||||
}
|
||||
|
||||
mat-divider {
|
||||
border-color: rgb(175, 175, 175);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user