Skip to content
Snippets Groups Projects
Commit 656e5ad7 authored by pnogal's avatar pnogal Committed by Paulina Nogal
Browse files

Add style to fix scrolling of note input area

parent b5384470
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
<mat-dialog-content id="note-dialog" class="mat-typography dialog-with-toolbar"> <mat-dialog-content id="note-dialog" class="mat-typography dialog-with-toolbar">
<div fxLayout="column" fxLayoutAlign="none" fxLayoutGap="10px"> <div fxLayout="column" fxLayoutAlign="none" fxLayoutGap="10px">
<div id="note-content"> <div id="note-content">
<mat-dialog-content [formGroup]="form"> <mat-dialog-content [formGroup]="form" class="note-input-area">
<mat-form-field> <mat-form-field>
<textarea <textarea
cdkFocusInitial cdkFocusInitial
......
...@@ -12,3 +12,7 @@ ...@@ -12,3 +12,7 @@
border-top: 1px solid #b7b7b7; border-top: 1px solid #b7b7b7;
padding-top: 1em; padding-top: 1em;
} }
.note-input-area {
overflow: visible;
}
...@@ -306,7 +306,7 @@ body { ...@@ -306,7 +306,7 @@ body {
// Media queries // Media queries
@media screen and (max-width: 800px) { @media screen and (max-width: 500px) {
.mat-dialog-container { .mat-dialog-container {
min-width: 100%; min-width: 100%;
} }
......
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