Formatting...

This commit is contained in:
Bernd Bestel 2019-09-27 17:32:52 +02:00
parent 2b0f5d8d84
commit e548caabb1
No known key found for this signature in database
GPG Key ID: 71BD34C0D4891300

View File

@ -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;
}