File size: 443 Bytes
1e92f2d
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.account-settings-helper__popover {
	display: none;
}

.environment.is-account-settings:hover .account-settings-helper__popover {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: absolute;
	bottom: 100%;
	padding: 8px;
	max-height: 80vh;
	background: var(--color-surface);
	box-shadow: 0 0 0 1px var(--color-border-subtle);
}

.account-settings-helper__popover .color-scheme-picker {
	display: flex;
	flex: 1;
	overflow: auto;
}