mirror of
https://gitlab.com/openlp/web-remote.git
synced 2024-12-22 03:22:48 +00:00
Fixes for issues 26 and 22
This commit is contained in:
parent
a83d129630
commit
2ad25d163a
@ -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