Hi Fiends!
Using Collabora Online 6.4-50 (will be updated by the end of the month), the sheet tabs are almost invisible because their height is just a few pixels.
Is it possible to fix height via css parameters?
If so, which files need to be modified?
I verified that disabling the “bottom” CSS value selector:
#spreadsheet-toolbar {
bottom: 35px;
}
solves the problem.
Here a short screen-record
Here a test calc sheet
Many Thanks!