1
0
Fork 0
mirror of https://akkoma.dev/AkkomaGang/akkoma-fe synced 2025-07-08 04:37:19 +08:00

fixed tab not hiding

This commit is contained in:
Henry Jameson 2020-05-29 13:39:30 +03:00
parent 9a20a90932
commit 94436c1f85

View file

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