modify foodcourt order UI

This commit is contained in:
Zin Moe
2020-03-05 17:17:36 +06:30
parent c245cee4d0
commit 84d48c3265
5 changed files with 157 additions and 110 deletions

View File

@@ -17,6 +17,16 @@ html, body {
flex: 1 !important;
}
table.fixed-header {
position: relative;
thead th{
background: white;
position: sticky;
top: 0;
}
}
.material-icons {
font-family: 'Material Icons';
font-weight: normal;