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