Commit 3f6cb44c by asranov0003

fix: contne pages min height

parent 728fd061
......@@ -3,7 +3,7 @@
}
.browserhistory__content {
min-height: calc(100vh - 75px);
min-height: calc(100vh - 80px);
display: flex;
flex-direction: column;
justify-content: space-between;
......
......@@ -3,7 +3,7 @@
}
.calls__content {
min-height: calc(100vh - 75px);
min-height: calc(100vh - 80px);
display: flex;
flex-direction: column;
justify-content: space-between;
......
......@@ -3,7 +3,7 @@
}
.messengers__content {
min-height: calc(100vh - 75px);
min-height: calc(100vh - 80px);
display: flex;
flex-direction: column;
justify-content: space-between;
......
......@@ -3,7 +3,7 @@
}
.recording__content {
min-height: calc(100vh - 75px);
min-height: calc(100vh - 80px);
display: flex;
flex-direction: column;
justify-content: space-between;
......
......@@ -3,7 +3,7 @@
}
.routes__content {
min-height: calc(100vh - 75px);
min-height: calc(100vh - 80px);
display: flex;
flex-direction: column;
justify-content: space-between;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment