Skip to content

Commit

Permalink
Fixed title My Support Requests styling.
Browse files Browse the repository at this point in the history
  • Loading branch information
yanevdw19021209 committed Oct 17, 2023
1 parent bb4fb25 commit 1ff0e83
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions frontend/infosafe_frontend/src/styling/SupportRequests.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,18 @@
position: relative;
top: 0;
overflow-x: hidden;
/*overflow-y: auto;*/
/*scrollbar-width: none;*/
overflow-y: auto;
scrollbar-width: auto;
scrollbar-color: #CECECE #CECECE;
padding-right: 1vw;
}
.tables::-webkit-scrollbar {
width: 8px;
}
.tables::-webkit-scrollbar-track{
background-color: #CECECE;
border-radius: 12px;
}
/*.tables::-webkit-scrollbar{*/
/* display: none;*/
/*}*/
.active_support_requests {
background-color: transparent;
width: 100%;
Expand Down Expand Up @@ -139,7 +145,8 @@
color: #000000;
width: 100%;
text-transform: none;
background-color: #CECECE;
border: 3px solid #444040;
background-color: white;
padding: 5px;
border-radius: 4px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25) inset;
Expand Down Expand Up @@ -299,7 +306,7 @@
width: 30%;
border: 4px solid #00003E;
border-radius: 20px;
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25)
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.25);
}
.loadingDiv .loading{
position: absolute;
Expand Down

0 comments on commit 1ff0e83

Please sign in to comment.