Makes sheets list much taller which is useful when you have many sheets.
Google Sheets sheets list max height by HammerPoppy
Details
AuthorHammerPoppy
LicenseNo License
Categoryhttps://docs.google.com/spreadsheets/
Created
Updated
Size288 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Google Sheets sheets list max height
@version 20241209.08.03
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://docs.google.com/spreadsheets/") {
.docs-menu-attached-button-above {
top: 58px !important;
height: auto !important;
}
}