Created
August 14, 2023 14:27
-
-
Save acro5piano/1b1551b547bd7f00a528557f23d22af4 to your computer and use it in GitHub Desktop.
マネーフォワードクラウド会計の仕訳画面で、高さ制限なくして快適に入力できるようになる CSS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.caClientJournalBookSpreadsheetAppRoot { | |
max-height: unset !important; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment