Skip to content
This repository has been archived by the owner on Jun 6, 2021. It is now read-only.

Commit

Permalink
1nice dialog scrolling
Browse files Browse the repository at this point in the history
  • Loading branch information
thexyno committed Feb 3, 2020
1 parent cbae035 commit 7746865
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions html/static/style.css
Expand Up @@ -261,10 +261,14 @@ td, th {
}

dialog {
border: none;
/*border: none;*/
position: fixed;
top: 25%;
top: 12vh;
margin: 0 auto;
overflow-y: auto;
max-height: 80vh;
border-width: 0 0 -2vh 0;
border-color: white;

/*noinspection CssFloatPxLength*/
box-shadow: 2.5px 2.5px 10px -2.5px;
Expand Down

0 comments on commit 7746865

Please sign in to comment.