mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	fix(board): keyboard overlay appears cut
This commit is contained in:
		| @@ -23,8 +23,6 @@ | |||||||
|   flex-shrink: 0; |   flex-shrink: 0; | ||||||
|   border: 2px solid transparent; |   border: 2px solid transparent; | ||||||
|   border-radius: 8px; |   border-radius: 8px; | ||||||
|   padding: 0.5em; |  | ||||||
|   padding-bottom: 0; |  | ||||||
|   background-color: var(--accented-background-color); |   background-color: var(--accented-background-color); | ||||||
|   transition: border-color 0.2s ease; |   transition: border-color 0.2s ease; | ||||||
|   overflow-y: auto; |   overflow-y: auto; | ||||||
| @@ -104,7 +102,7 @@ | |||||||
| .board-view-container .board-column > .board-column-content { | .board-view-container .board-column > .board-column-content { | ||||||
|   flex-grow: 1; |   flex-grow: 1; | ||||||
|   overflow: scroll; |   overflow: scroll; | ||||||
|   padding-bottom: 0.5em; |   padding: 0.5em; | ||||||
| } | } | ||||||
|  |  | ||||||
| .board-view-container .board-column h3:hover .edit-icon, | .board-view-container .board-column h3:hover .edit-icon, | ||||||
| @@ -130,6 +128,10 @@ | |||||||
|   font-size: var(--card-font-size); |   font-size: var(--card-font-size); | ||||||
| } | } | ||||||
|  |  | ||||||
|  | .board-view-container .board-note:first-of-type { | ||||||
|  |   margin-top: 0; | ||||||
|  | } | ||||||
|  |  | ||||||
| .board-view-container :focus { | .board-view-container :focus { | ||||||
|   outline: 3px solid var(--input-focus-outline-color); |   outline: 3px solid var(--input-focus-outline-color); | ||||||
|   outline-offset: 0; |   outline-offset: 0; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user