@enki-tek/fms-web-components 0.0.65 → 0.0.66
Sign up to get free protection for your applications and to get access to all the features.
@@ -2,7 +2,7 @@
|
|
2
2
|
import { Col, Row } from 'sveltestrap';
|
3
3
|
</script>
|
4
4
|
|
5
|
-
<section>
|
5
|
+
<section class="screen-size-fix">
|
6
6
|
<div class="container-fluid mb-2">
|
7
7
|
<Row class="border-bottom py-1">
|
8
8
|
<Col>
|
@@ -20,3 +20,10 @@
|
|
20
20
|
<slot name="content" />
|
21
21
|
</section>
|
22
22
|
|
23
|
+
<style>
|
24
|
+
.screen-size-fix{
|
25
|
+
height: calc(100vh - 132px - 65px);
|
26
|
+
overflow: auto;
|
27
|
+
}
|
28
|
+
|
29
|
+
</style>
|