mirror of
https://github.com/grocy/grocy.git
synced 2025-08-20 20:26:42 +00:00
Formatting...
This commit is contained in:
@@ -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;
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user