@@ -2412,38 +2412,43 @@ label {
2412
2412
}
2413
2413
}
2414
2414
2415
- .device-phone .taskbar {
2416
- justify-content : center;
2417
- overflow : visible !important ;
2418
- overflow-x : scroll !important ;
2419
- }
2420
-
2421
- .device-phone .taskbar .taskbar-item , .device-phone .taskbar .taskbar-item-sortable-placeholder {
2422
- width : 40px !important ;
2423
- height : 40px !important ;
2424
- margin-right : 5px ;
2425
- overflow : visible !important ;
2426
- padding : 5px 5px 10px 5px ;
2427
- position : absolute;
2428
- }
2429
-
2430
- .device-phone .taskbar-icon {
2431
- height : 40px ;
2432
- width : 40px ;
2433
- }
2434
-
2435
- /* Hide scrollbar for Chrome, Safari and Opera */
2436
- .device-phone .taskbar ::-webkit-scrollbar {
2437
- width : 0 !important ;
2438
- display : none;
2439
- }
2415
+ @media screen and (max-width : 768px ) {
2440
2416
2441
- /* Hide scrollbar for IE, Edge and Firefox */
2442
- .device-phone .taskbar {
2443
- -ms-overflow-style : none;
2444
- /* IE and Edge */
2445
- scrollbar-width : none;
2446
- /* Firefox */
2417
+ .taskbar {
2418
+ justify-content : center;
2419
+ overflow : visible !important ;
2420
+ overflow-x : scroll !important ;
2421
+ overflow-y : hidden !important ;
2422
+ }
2423
+
2424
+ .taskbar .taskbar-item , .taskbar .taskbar-item-sortable-placeholder {
2425
+ width : 40px !important ;
2426
+ height : 40px !important ;
2427
+ margin-right : 5px ;
2428
+ overflow : visible !important ;
2429
+ padding : 5px 5px 10px 5px ;
2430
+ position : absolute;
2431
+ }
2432
+
2433
+ .taskbar-icon {
2434
+ height : 40px ;
2435
+ width : 40px ;
2436
+ }
2437
+
2438
+ /* Hide scrollbar for Chrome, Safari and Opera */
2439
+ .taskbar ::-webkit-scrollbar {
2440
+ width : 0 !important ;
2441
+ display : none;
2442
+ }
2443
+
2444
+ /* Hide scrollbar for IE, Edge and Firefox */
2445
+ .taskbar {
2446
+ -ms-overflow-style : none;
2447
+ /* IE and Edge */
2448
+ scrollbar-width : none;
2449
+ /* Firefox */
2450
+ }
2451
+
2447
2452
}
2448
2453
2449
2454
/*****************************************************
0 commit comments