mirror of
https://github.com/Karaka-Management/cssOMS.git
synced 2026-02-11 07:18:40 +00:00
template fixes + bug fixes + style fixes
This commit is contained in:
parent
e52cc668fe
commit
a4543f904a
|
|
@ -73,6 +73,7 @@ div.sticky, section.sticky {
|
||||||
flex: 0 0 100%;
|
flex: 0 0 100%;
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
padding-bottom: 5px;
|
||||||
|
|
||||||
&> i {
|
&> i {
|
||||||
margin-right: .5rem;
|
margin-right: .5rem;
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -167,6 +167,7 @@ table {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: 0;
|
top: 0;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
|
background: var(--thead-bg);
|
||||||
|
|
||||||
& > * {
|
& > * {
|
||||||
vertical-align : middle;
|
vertical-align : middle;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user