* fix: Moved user type to a separate file. fix #7, fix #8 * fix: added more filters * fix: Added attendence clear button and notes. fix #9, fix #10 * fix: bumped version number * fix: Changed wording. Resolves #12 * fix: Resolve #13 * fix: Safari no longer displays system ui over lower guide. * fix: Resolved #14
29 lines
394 B
SCSS
29 lines
394 B
SCSS
#bot-navigation {
|
|
width: 100%;
|
|
}
|
|
|
|
#outlet {
|
|
width: 100%;
|
|
flex: 1 1 auto;
|
|
overflow-y: auto;
|
|
}
|
|
|
|
#scrollable {
|
|
overflow: auto;
|
|
height: 100%;
|
|
position: relative;
|
|
}
|
|
|
|
:host {
|
|
width: 100%;
|
|
@supports (-webkit-touch-callout: none) {
|
|
height: 95vh;
|
|
}
|
|
height: 100vh;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
a {
|
|
text-decoration-line: none;
|
|
} |