Merge branch 'settings-modal' into shigusegubu

* settings-modal:
  fixed tab not hiding
This commit is contained in:
Henry Jameson 2020-05-29 13:39:42 +03:00
commit 0b288bf96f

View file

@ -148,7 +148,7 @@
.hidden { .hidden {
display: none; display: none;
} }
.full-height { .full-height:not(.hidden) {
height: 100%; height: 100%;
display: flex; display: flex;
flex-direction: column; flex-direction: column;