Skip to content
Snippets Groups Projects
Commit 1c678ca8 authored by Reinder Kraaij's avatar Reinder Kraaij :eye:
Browse files

Fix scrolling layout of tables

parent 8052ff34
No related branches found
No related tags found
1 merge request!1215Resolve TMSS-2820
......@@ -22,6 +22,7 @@
border-top: none;
}
}
.ag-root-wrapper{
/*
calendar is overlaped by AG-grid table, so table props update to show calendar
......@@ -31,6 +32,7 @@
.tmss-table {
overflow:auto;
min-height: 400px;
max-height: calc(#{$vh * 100} - 20.3em)
// since calendar getting inserted to table, because of above overflow, not getting visible
// so its hacky one based on calendar height
// padding-top: 350px;
......
......@@ -35,3 +35,6 @@ a {
color: lightgray !important;
}
.app {
height: 100vh;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment