modify foodcourt order UI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user