mirror of
https://github.com/zadam/trilium.git
synced 2025-03-01 14:22:32 +01:00
use max-height for promoted attributes, #739
This commit is contained in:
parent
4dc285d84f
commit
761c51069a
@ -464,9 +464,10 @@ button.icon-button {
|
|||||||
margin: auto;
|
margin: auto;
|
||||||
/* setting the display to block since "table" doesn't support scrolling */
|
/* setting the display to block since "table" doesn't support scrolling */
|
||||||
display: block;
|
display: block;
|
||||||
flex-basis: content;
|
/** flex-basis: content; - use once "content" is implemented by chrome */
|
||||||
flex-shrink: 1;
|
flex-shrink: 0;
|
||||||
flex-grow: 0;
|
flex-grow: 0;
|
||||||
|
max-height: 30%;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user