0
0
Fork 0

Make columns-area unscrollable when modal opened (#6241)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

* Add validation for onMuteNotifications

* Make columns-area unscrollable when modal opend

* Make columns-area unscrollable when modal opened
This commit is contained in:
neetshin 2018-01-15 05:51:00 +00:00 committed by Eugen Rochko
parent dcc614f869
commit 2091ae92be
3 changed files with 8 additions and 2 deletions

View file

@ -1613,6 +1613,10 @@
justify-content: flex-start;
overflow-x: auto;
position: relative;
&.unscrollable {
overflow-x: hidden;
}
}
@media screen and (min-width: 360px) {