Skip to content
Snippets Groups Projects
Commit 73e40da2 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix scrollbar showing

parent 4147928a
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
.dialog { .dialog {
display: grid; display: grid;
grid-template-columns: 1fr 20px minmax(200px, 525px) 20px 1fr; grid-template-columns: 1fr 20px minmax(200px, 525px) 20px 1fr;
grid-template-rows: 1fr 20px 350px 20px 1fr; grid-template-rows: 1fr 20px 360px 20px 1fr;
width: 100%; width: 100%;
height: 100%; height: 100%;
background-color: rgba(0,0,0,.2); background-color: rgba(0,0,0,.2);
......
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