File tree 2 files changed +6
-6
lines changed
2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 14
14
<b-form-group >
15
15
<div class =" challenges-field-modal frontends-field-modal p-3 mt-0" :class =" { 'my-is-invalid': submitted && this.selectedChallenges.length == 0 }" >
16
16
<div class =" row" >
17
- <div class =" col-4 customscroll" style =" height : 240 px ; overflow-y : auto ;" >
17
+ <div class =" col-4 customscroll" style =" height : 235 px ; overflow-y : auto ;" >
18
18
<div class =" nav flex-column nav-pills sticky-top" id =" challengesCategory" role =" tablist" aria-orientation =" vertical" >
19
19
<a v-on:click =" showCatDescription('ST')" class =" nav-link active show" id =" starters-tab" data-toggle =" pill" href =" #starters" role =" tab" aria-controls =" starters" aria-selected =" true" >Starters</a >
20
20
<a v-on:click =" showCatDescription('CY')" class =" nav-link" id =" cyber-championships-tab" data-toggle =" pill" href =" #cyber-championship" role =" tab" aria-controls =" cyber-championship" aria-selected =" false" >Cyber Champ.</a >
25
25
<a v-on:click =" showCatDescription('CRY')" class =" nav-link" id =" cryptography-tab" data-toggle =" pill" href =" #cryptography" role =" tab" aria-controls =" cryptography" aria-selected =" false" >Cryptography</a >
26
26
</div >
27
27
</div >
28
- <div class =" col-8 customscroll" style =" height : 240 px ; overflow-y : auto ;" >
28
+ <div class =" col-8 customscroll" style =" height : 235 px ; overflow-y : auto ;" >
29
29
<div class =" tab-content" id =" v-pills-tabContent" >
30
30
<div class =" tab-pane fade active show" id =" starters" role =" tabpanel" aria-labelledby =" starters-tab" >
31
31
<b-form-checkbox-group
@@ -512,8 +512,8 @@ export default {
512
512
513
513
.info-icon {
514
514
position : relative ;
515
- top : 1 px ;
516
- left : -360 px ;
515
+ top : 0 px ;
516
+ left : -370 px ;
517
517
width : 16px ;
518
518
padding : 0px ;
519
519
margin : 0px ;
@@ -530,7 +530,7 @@ export default {
530
530
.chalInfo.visible {
531
531
overflow-y : auto ;
532
532
visibility : visible ;
533
- max-height : 400 px ;
533
+ max-height : 410 px ;
534
534
}
535
535
.customscroll ::-webkit-scrollbar {
536
536
background-color : #d8d8d8 ;
Original file line number Diff line number Diff line change @@ -858,7 +858,7 @@ export default {
858
858
859
859
.info-icon {
860
860
position : relative ;
861
- top : 1 px ;
861
+ top : 0.3 px ;
862
862
left : -350px ;
863
863
width : 16px ;
864
864
padding : 0px ;
You can’t perform that action at this time.
0 commit comments