mirror of
https://github.com/grocy/grocy.git
synced 2026-04-05 04:16:16 +02:00
Formatting...
This commit is contained in:
parent
2b0f5d8d84
commit
e548caabb1
|
|
@ -60,7 +60,8 @@ a.discrete-link:focus {
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Fixes smooth scrolling on iOS */
|
/* Fixes smooth scrolling on iOS */
|
||||||
#sidebarResponsive, .fullscreen {
|
#sidebarResponsive,
|
||||||
|
.fullscreen {
|
||||||
-webkit-overflow-scrolling: touch;
|
-webkit-overflow-scrolling: touch;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
@ -243,6 +244,10 @@ input::-webkit-inner-spin-button {
|
||||||
z-index: inherit;
|
z-index: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.list-group {
|
||||||
|
flex-shrink: 0;
|
||||||
|
}
|
||||||
|
|
||||||
/* Third party component customizations - DataTables */
|
/* Third party component customizations - DataTables */
|
||||||
.dataTable td {
|
.dataTable td {
|
||||||
vertical-align: middle !important;
|
vertical-align: middle !important;
|
||||||
|
|
@ -334,8 +339,3 @@ canvas.drawingBuffer {
|
||||||
left: 0;
|
left: 0;
|
||||||
top: 0;
|
top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Third party component customizations - Bootstrap list-group */
|
|
||||||
.list-group {
|
|
||||||
flex-shrink: 0;
|
|
||||||
}
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user