Style fix for modal window and report tabs

This commit is contained in:
VakarisZ 2020-05-04 16:47:17 +03:00
parent 7a13e71588
commit 8a385eca93
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
margin-bottom: 2em !important; margin-bottom: 2em !important;
position: sticky; position: sticky;
top: 0; top: 0;
z-index: 1000000; z-index: 1000;
background-color: #ffffff; background-color: #ffffff;
font-size: large; font-size: large;
} }