diff --git a/spot/entrypoints/content/style.css b/spot/entrypoints/content/style.css index 9e175462f..e8d9dc6cb 100644 --- a/spot/entrypoints/content/style.css +++ b/spot/entrypoints/content/style.css @@ -6,7 +6,6 @@ :host { all: initial; - contain: content; /* Boom. CSS containment FTW. */ } @@ -33,6 +32,10 @@ width: 100%; } +.save-controls { + contain: content; +} + .container { background-color: rgba(0, 0, 0, 0.8); display: flex; @@ -299,7 +302,7 @@ textarea { left: 45%; transform: translateX(-50%); z-index: 999999; - + contain: content; } .popupanimated {