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

Controla tamaños máximos y barras de scroll

parent 7f515095
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ body
	height inherit
	margin 0
	background inherit
	overflow hidden

*
	outline none
+2 −1
Original line number Diff line number Diff line
@@ -49,6 +49,7 @@

#rootContainer
	@extend .masterContainer
	overflow hidden

// Estructura

@@ -606,7 +607,7 @@ body.uncollapsedSidebar
	display flex

.compositeSearchInTooltip
	max-width 30rem
	max-height 50rem

.editorLayerStyle
	@extend .softSolidContainer