Commit b6df0ca0 authored by Pedro Eduardo Trujillo's avatar Pedro Eduardo Trujillo
Browse files

Mejora scroll de leyenda de charts

parent a7fb6fa4
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -128,6 +128,7 @@
	.contentList
		position relative
		overflow auto
		height 100%
		background-color $color12
		flex-grow 1
		color $white
@@ -140,7 +141,6 @@
			top 0
			width 100%
			align-self flex-start
			overflow auto
			max-height 100%
			display flex
			flex-flow column
@@ -321,8 +321,6 @@
		font-size 20px

.containerHierarchicalList
	overflow overlay

	.contentList
		user-select none
		cursor default
+2 −0
Original line number Diff line number Diff line
@@ -88,6 +88,7 @@

	.embeddedContentTopbar
		@extend .topZone
		min-height 2.4rem
		border-radius 5px
		margin-bottom 0.5rem

@@ -169,6 +170,7 @@
		.chartSmartLegend
			display flex
			flex-grow 1
			height 100%


.layoutFormListDesign