Improved comments in CSS

This commit is contained in:
Francis McKenzie 2019-09-23 23:20:26 +02:00 committed by Jonathan Kingston
parent f57cf92f41
commit 1746d8379b

View file

@ -23,13 +23,9 @@ body {
max-inline-size: calc(var(--overflow-size) + 299px); max-inline-size: calc(var(--overflow-size) + 299px);
} }
/**
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
https://github.com/mozilla/multi-account-containers/issues/948
*/
html, html,
body { body {
block-size: 100%; block-size: 100%; /* Bugfix: issue 948 */
} }
:root { :root {
@ -794,20 +790,12 @@ span ~ .panel-header-text {
padding-inline-start: 16px; padding-inline-start: 16px;
} }
/**
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
https://github.com/mozilla/multi-account-containers/issues/948
*/
.edit-container-panel .columns { .edit-container-panel .columns {
overflow: hidden; overflow: hidden; /* Bugfix: issue 948 */
} }
#edit-sites-assigned { #edit-sites-assigned {
/** flex: 1000; /* Bugfix: issue 948 */
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
https://github.com/mozilla/multi-account-containers/issues/948
*/
flex: 1000;
} }
#edit-sites-assigned h3 { #edit-sites-assigned h3 {