mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	Revert "style(next): fix dropdown container while app is loading"
This reverts commit 939469ba54.
			
			
This commit is contained in:
		| @@ -328,7 +328,7 @@ button kbd { | ||||
|     --bs-dropdown-zindex: 999; | ||||
| } | ||||
|  | ||||
| body.desktop .dropdown-menu.show { | ||||
| body.desktop .dropdown-menu { | ||||
|     border: 1px solid var(--dropdown-border-color); | ||||
|     box-shadow: 0px 10px 20px rgba(0, 0, 0, var(--dropdown-shadow-opacity)); | ||||
|     animation: dropdown-menu-opening 100ms ease-in; | ||||
|   | ||||
| @@ -89,7 +89,7 @@ | ||||
|  * supported when this class is used. | ||||
|  */ | ||||
|  | ||||
|  .dropdown-menu.show:not(.static) { | ||||
|  .dropdown-menu:not(.static) { | ||||
|     border-radius: var(--dropdown-border-radius); | ||||
|     padding: var(--menu-padding-size) !important; | ||||
|     font-size: 0.9rem !important; | ||||
|   | ||||
		Reference in New Issue
	
	Block a user