fix: style: broken fullscreen component
This commit is contained in:
parent
eae0a568e7
commit
7dca981ee3
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
@mixin fullscreen {
|
@mixin fullscreen {
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
max-height: 800px;
|
// max-height: 800px;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue